We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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",
The text was updated successfully, but these errors were encountered:
is this in a unit test? I had to add a element to my render method which solved this issue. Otherwise might need one in the app root 👍
Sorry, something went wrong.
@aaronrhodes what do you mean about "add a element to my render method"? I am having the same error
Oh sorry that was quite vague! Add a ReactNotifications element to your unit test render method alongside whatever you're testing.
Just realised what happened to my first comment - the html is being stripped out
No branches or pull requests
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",
The text was updated successfully, but these errors were encountered: