"Cannot create property for a non-extensible object" on IE11 when using $component #168
Unanswered
AndriusPreibys
asked this question in
Q&A
Replies: 2 comments
-
Unfortunately, the cdn build does not support obsolete browsers. You need to get the source code from npm and transpile it for ie11. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks. Tried transpiling but got the same contents of the file - babel.config.js already has IE 11 enabled. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using Alpinejs 2.8.2 and $component throws "Cannot create property for a non-extensible object" error on IE11. Works fine on Chrome though.
Example:
Any tips how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions