0

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?

Mvrocha
  • 393
  • 3
  • 14

1 Answers1

1

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

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