You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, first of all thanks a lot for your work on hyperapp.
I was getting overwhelmed with all the ceremony in modern frontend dev, hyperapp + parcel have proven to be the remedy.
I've ran into an issue with rendering an input with a list attribute. This has happened before in #179 but was resolved; however, I've updated the example to the latest hyperapp and it appears broken again:
index.js:139 Uncaught TypeError: Cannot assign to read only property 'list' of object '#<HTMLInputElement>'
at setElementProp (index.js:139)
at createElement (index.js:173)
at createElement (index.js:169)
at createElement (index.js:169)
at patch (index.js:312)
at render (index.js:58)
Hey, first of all thanks a lot for your work on hyperapp.
I was getting overwhelmed with all the ceremony in modern frontend dev, hyperapp + parcel have proven to be the remedy.
I've ran into an issue with rendering an input with a list attribute. This has happened before in #179 but was resolved; however, I've updated the example to the latest hyperapp and it appears broken again:
Example here: https://probable-preface.glitch.me/
The text was updated successfully, but these errors were encountered: