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
working with React-Hooks, we get the generic Hooks can only be called inside the body of a function component. Confirmed hooks are within the react functional component
Uncaught Error: Hooks can only be called inside the body of a function component.
Tested in webpack-dev mode.
Testing in yarn start NODE_ENV=development react-scripts start
Tested in docker-compose up --build, complies without any errors.
Error seems to be only attached with dev build with out docker. may be related to issue #1088
The text was updated successfully, but these errors were encountered:
tested in both webpack-dev and in prod build with docker and they work fine, if you remove the bundle div tag all works fine with-out error, work around for now.
working with React-Hooks, we get the generic
Hooks can only be called inside the body of a function component
. Confirmed hooks are within the react functional componentTested in webpack-dev mode.
Testing in yarn start
NODE_ENV=development react-scripts start
Tested in
docker-compose up --build
, complies without any errors.Error seems to be only attached with dev build with out docker. may be related to issue #1088
The text was updated successfully, but these errors were encountered: