joshleblanc / view_component_reflex

Call component methods right from your markup
http://view-component-reflex-expo.grep.sh/
MIT License
291 stars 27 forks source link

CableReady detected an error in morph! #17

Closed gordienko closed 3 years ago

gordienko commented 4 years ago

I managed to launch my StimulusReflex application on IE11, but I can’t start the component, I get the error: CableReady detected an error in morph! Failed to get the "nodeType" property of a link whose value is undefined or is NULL.

How can you fix this?

joshleblanc commented 3 years ago

SR doesn't support IE11 as of yet, but this PR should be what you're looking for: https://github.com/hopsoft/stimulus_reflex/pull/345