Search code examples
javascripthtmlcssreactjsreact-toastify

React-Toastify break all styles


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:

enter image description here

Is there any solution to this?


Solution

  • Add this to your main component (App.js in create-react-app):

    import 'react-toastify/dist/ReactToastify.css';