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
Cannot read property removeChild of undefined/null expression
In production, I have Rollbar sometimes reporting Cannot read property removeChild of undefined/null expression from the following line:
SnackBar/src/js/snackbar.js
Line 129 in 507e661
I noticed that the other reference to removeChild first verifies that the parentElement is defined. This one does not.
removeChild
I don't have time to submit a PR at the moment, but thought I would capture this in case others run into the same thing or someone has time fix.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In production, I have Rollbar sometimes reporting
Cannot read property removeChild of undefined/null expression
from the following line:SnackBar/src/js/snackbar.js
Line 129 in 507e661
I noticed that the other reference to
removeChild
first verifies that the parentElement is defined. This one does not.I don't have time to submit a PR at the moment, but thought I would capture this in case others run into the same thing or someone has time fix.
The text was updated successfully, but these errors were encountered: