You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug
Uncaught TypeError: Cannot read property 'name' of undefined
Uncaught TypeError: e.hasOwnProperty is not a function
infinite loading in component view
Reproduce:
use hook useRouter or HOC withRouter from react-router-dom and select component with hook/hoc in components view react developer tools
Issue is caused by not-bug hapijs/hapi#3280
(query object does not have constructor and does not have hasOwnProperty)
The text was updated successfully, but these errors were encountered:
I've suddenly started getting this error when clicking on certain components in the Components inspector too. Feels like something 'bad' in one of my comps, but I can't for the life of me find whats causing it, theres another Issue from yesterday for something similar. Has there been an update?
at O (backend.js:1)
at s (backend.js:1)
at s (backend.js:1)
at s (backend.js:1)
at l (backend.js:1)
at Object.inspectElement (backend.js:6)
at t.<anonymous> (backend.js:6)
at t.r.emit (backend.js:6)
at backend.js:32
at t (backend.js:8)```
bug
Uncaught TypeError: Cannot read property 'name' of undefined
Uncaught TypeError: e.hasOwnProperty is not a function
infinite loading in component view
Reproduce:
use hook useRouter or HOC withRouter from react-router-dom and select component with hook/hoc in components view react developer tools
Issue is caused by not-bug hapijs/hapi#3280
(query object does not have constructor and does not have hasOwnProperty)
The text was updated successfully, but these errors were encountered: