useNotificationCenter docs are not correct
Author: jacksonjacobs1Created Nov 13, 2025Updated Jan 10, 2026
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"Source: fkhadra/react-toastify