I was using react-toastify for a while now, to display warnings. But now when I try to display the warnings, it just open a page with no style and the warning message. Like this:
Is there any solution to this?
Add this to your main component (App.js in create-react-app):
import 'react-toastify/dist/ReactToastify.css';
1.4m articles
1.4m replys
5 comments
57.0k users