Im using react-toastify but it throws an error about "Invalid Hook Call". here is my code:
and here is my error:
can anyone help me?
Im using react-toastify but it throws an error about "Invalid Hook Call". here is my code:
and here is my error:
can anyone help me?
your code is working on codesandbox see this https://codesandbox.io/s/mystifying-snowflake-897rx?file=/src/App.js
try running the code without the context provider component and also try importing react in the same file.
Make sure you install toastify
for the correct folder (project folder). If it is installed in the wrong location, you can change the path using:
cd {folder name}
in the command line and then install toastify
again.