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
The consuming apps get multiple errors (in development mode) in attempt to render the component:
react.development.js:209 Warning: Invalid hook call. Hooks can only be called inside of the body of a function component.
TypeError: Cannot read properties of null (reading 'useContext')
at Object.useContext (react.development.js:1618:1)
at styled-components.esm.js:1:1
at O (styled-components.esm.js:1:1)
at renderWithHooks (react-dom.development.js:15486:1)
at updateForwardRef (react-dom.development.js:19245:1)
at beginWork (react-dom.development.js:21675:1)
at HTMLUnknownElement.callCallback (react-dom.development.js:4164:1)
at Object.invokeGuardedCallbackDev (react-dom.development.js:4213:1)
at invokeGuardedCallback (react-dom.development.js:4277:1)
at beginWork$1 (react-dom.development.js:27490:1)
The solution should be somewhere in here: facebook//react/issues/13991
The text was updated successfully, but these errors were encountered:
The consuming apps get multiple errors (in development mode) in attempt to render the component:
The solution should be somewhere in here: facebook//react/issues/13991
The text was updated successfully, but these errors were encountered: