-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Uncaught TypeError: this.triggerElement is null #138
Comments
I found the problem in the navbar.js Since its automatically modify the navbar, I need to make sure put a complete navbar element. Any missing component will get the error This minimum is required
Example
It fixes for me, but maybe you can give a log if element not exist or skip converting |
Happy to accept a PR to add a more helpful error if the element is missing. I don't use this library or Bulma anymore. Otherwise, I can implement this when I have some time to work on it. |
Fixed in 0.12.2 |
Versions
BulmaJS: 0.12.1
Browser: Firefox 96
Operating system: Ubuntu 18.04
Describe the bug
On load console will report
To Reproduce
Load with ES5
The text was updated successfully, but these errors were encountered: