Hi there, just wanted to point out that in react-toastify": "^11.0.5 the path to import useNotificationCenter is the following:
import { useNotificationCenter } from "react-toastify/addons/use-notification-center";
this does not match the documentation:
https://fkhadra.github.io/react-toastify/addons/use-notification-center#import
import { useNotificationCenter } from "react-toastify/addons/useNotificationCenter"
Hi there, just wanted to point out that in
react-toastify": "^11.0.5the path to import useNotificationCenter is the following:this does not match the documentation:
https://fkhadra.github.io/react-toastify/addons/use-notification-center#import