react-notifications-component icon indicating copy to clipboard operation
react-notifications-component copied to clipboard

Typescript: Export Member

Open TheCollinsByte opened this issue 1 year ago • 0 comments

Got this error from Intellij IDE after updating from V3 to V4 (react-notifications-component) and I also update the @types/react-notifications-component package to the latest version for Type Support:

TS2724: "react-notifications-component" has no exported member named ReactNotificationOptions. Did you mean ReactNotifications?
TS2724: "react-notifications-component" has no exported member named store. Did you mean Store?

TheCollinsByte avatar Dec 14 '23 11:12 TheCollinsByte