fkhadra / react-toastify

React notification made easy 🚀 !
https://fkhadra.github.io/react-toastify/introduction
MIT License
12.33k stars 676 forks source link

Big image and text not toast #1078

Closed PanditSiddharth closed 3 months ago

PanditSiddharth commented 3 months ago

Screenshot from 2024-03-07 11-17-44

It did'nt work in nextjs project


        <ToastContainer
          position="top-center"
          autoClose={2000}
          hideProgressBar={false}
          newestOnTop={false}
          closeOnClick
          rtl={false}
          pauseOnFocusLoss
          draggable
          pauseOnHover
          theme="light"
          // transition="Bounce"
/>```
I added it on my main layout.jsx 
as i shown in screenshot it shows this big image and text 
PanditSiddharth commented 3 months ago

Sorry it was my mistake it needs to import css also as it does'nt shown css in the page of it's documentation where it was shown to me and before it i was used react-hot-toast that's was works without import of css so misunderstanding now it's working correctly thanks ...