Closed ontoneio closed 3 months ago
Ah, that's unfortunate that it broke. Thanks for reporting this!
When I first made that demo, webcomponents.dev didn't support versioning libraries, so if a library has a breaking change a deck could simply break.
Here's a fork of that example with updated import statements so that
signalify
(it was previously named reactify
, and lume element used to re-export it from classy-solid)html
from solid-js which lume element used to also re-export https://studio.webcomponents.dev/edit/B9KHyaJjJVj1YrTPPtKn/src/index.jsx
I see that webcomponents.dev allows modifying package.json now. Maybe I can update examples so that lib versions are locked and demos won't break.
https://studio.webcomponents.dev/edit/y2DKkUqt7I1tc3L6CCWR/src/index.jsx?p=stories
Throws an error and doesn't start up.