-
Notifications
You must be signed in to change notification settings - Fork 427
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
Stimulus IE 11 .contain() method doesn't exists #274
Comments
The |
Thanks for quick reply, Glitch link is indeed working but my example didn't work. https://recondite-flare.glitch.me/ |
Aha! My example didn't have any Until the next release is out, you can fix this by adding the code from aa76e25 to your application: https://github.com/stimulusjs/stimulus/blob/aa76e25f104ed165a8985f9c93e25c7912ed218f/packages/%40stimulus/polyfills/index.js#L12-L16 Thanks for the report! |
@javan thank you for quick resolving issue, its working :) |
Hello my problem is connected with multiple targets connected with controller.
Here's example which works on every browser - besides our beloved IE 11 (I'm not looking for previous versions) example it's on my subdomain since I'd like to reproduce as much as possible from my original project so webpack build etc
index.ts
index.html
Error: Object does not support property or method "contains"
Testing -> http://stimulus.szymondziewonski.com/project.zip
If you are not feeling comfortable to download zip
here's files needed to recreate it
dist/index.html (already included)
src/index.ts (already included)
root
webpack.config.js
tsconfig.json
package.json
install packages and run
yarn build
Any help would be much appreciated
The text was updated successfully, but these errors were encountered: