Describe the bug
After send the request, and get the error info "Cannot read property 'value' of undefined", while the request shows that it get data success when I check the api in devtool Network
To Reproduce
Steps to reproduce the behavior:
- Fill with
Method: Get, Url: 'https://dxhdyy.ga.sz.gov.cn', Path: '/2019ncov/js/home.js?v=202002132300'
- Click on 'Send'
- Scroll down to 'Response'
- See error "Cannot read property 'value' of undefine"
- check the api in Network, it is success
success: true
data: "..."
status: 200
Expected behavior
Response show the data of data field
Desktop (please complete the following information):
- OS: Win10 X64 19041
- Browser: Chorme
- Version: 80
Additional context
It's happend today, while it's absolute normal yesterday