react-notifications-component
react-notifications-component copied to clipboard
TypeError: this.add is not a function
Getting error : TypeError: this.add is not a function
react": "^18.2.0", "react-dom": "^18.2.0", "react-notifications-component": "^4.0.1", "react-router-dom": "^6.21.1",
is this in a unit test? I had to add a <ReactNotifications /> element to my render method which solved this issue. Otherwise might need one in the app root 👍