fkhadra / react-toastify

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

how i can use this with next js 14 #1065

Closed enggsatyamraj closed 3 months ago

enggsatyamraj commented 4 months ago

i have to import { ToastContainer, toast } from 'react-toastify';

in every page, can anyone tell me, how to get rid of this

slackerzz commented 4 months ago

add the <ToastContainer ... /> in the root layout of you app

enggsatyamraj commented 4 months ago

But there is not root directory in it I guess. Will adding this in page.js of app folder work ????

slackerzz commented 4 months ago

take a look here: https://nextjs.org/docs/app/building-your-application/routing/pages-and-layouts#root-layout-required