Replies: 1 comment
-
I'm having the same issue with next 12.x. I've also placed ToastContainer in _app.tsx and nothing is showing up. Edited: you need to import the css file // _app.tsx
import { ToastContainer } from 'react-toastify'
import 'react-toastify/dist/ReactToastify.css'
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am porting my app from react 18 to nextjs 13.0.6 (with app folder) and toastify does not seem to work. It does not show any error but it does not simply work. I presume I did not place the ToastContainer properly, but I am not sure. could someone help? This is my _app and layout folders:
Beta Was this translation helpful? Give feedback.
All reactions