fkhadra / react-toastify

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

Server components #984

Closed HironTez closed 11 months ago

HironTez commented 11 months ago

Do you want to request a feature or report a bug? Report a bug

What is the current behavior? No "use client" at the top of the ToastContainer file therefore it cannot be used in Server Components for example in layout.tsx if it's a Server Component

Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React? React 18/Nextjs 13

fkhadra commented 11 months ago

Hey @HironTez since last release, "use client" is added. You can also check https://github.com/fkhadra/react-toastify/issues/963