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

TypeError: this.add is not a function

Open rajeevvishva opened this issue 1 year ago • 3 comments

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",

rajeevvishva avatar Jan 13 '24 13:01 rajeevvishva

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 👍

aaronrhodes avatar Jan 19 '24 14:01 aaronrhodes