-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
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
root.addEventListener is not a function #121
Comments
I'm also running into this issue when I am updating my app to use Webpack. I am using the ES6 import to include the import echo from "echo-js"; |
Also got this issue not using es6 import but with webpack |
Hi @zlokomatic @kentjas1 |
@pierre-dickinson It's probably due to https://github.com/toddmotto/echo/blob/master/dist/echo.js#L12 You can change the |
root.addEventListener is not a function
The text was updated successfully, but these errors were encountered: