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
Hello once I installed react-awesome-popover with npm i -D react-awesome-popover. My application create a error. The error disappeared when I changed <Provider/> from "react-redux" to a simple <div/>. Once I uninstall the package my app rework perfectly.
react": "^16.11.0"
react-dom": "^16.11.0"
react-redux": "^7.1.3"
redux": "^4.0.4"
...
The error was: Invalid hook call. Hooks can only be called inside of the body of a function component.
The text was updated successfully, but these errors were encountered:
Hello once I installed react-awesome-popover with
npm i -D react-awesome-popover
. My application create a error. The error disappeared when I changed <Provider/> from "react-redux" to a simple <div/>. Once I uninstall the package my app rework perfectly.The error was: Invalid hook call. Hooks can only be called inside of the body of a function component.
The text was updated successfully, but these errors were encountered: