I'm using react-toastify to pop up an error message. Why do I get this error?
TypeError: Object(...) is not a function useToastContainer E:/Courses/programing/Code with Mosh/Front End/Mastering React/08 - Calling Backend Services (01h42m)/Section 8- Calling Backend Services/start/http-app/node_modules/react-toastify/dist/react-toastify.esm.js:866
Once I remove ToastContainer
component everything works normally. What should I do to get rid of this error, and why do I get it?