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
Note: this used to work, but I recently worked on upgrading all my dependencies, and upgrading vite-plugin-sveld from 1.0.3 to 1.1.0, which bumped sveld from 0.8.3 to 0.18.0 (based on package-lock.json), is when the problem started.
Thanks for the awesome project btw.
The text was updated successfully, but these errors were encountered:
If you re-export an imported component in
context="module"
, it currently throws this error:Cannot read properties of null (reading 'type')
.I do this in the Chart component of LayerChart to simplify accessing layercake's
Svg
andHtml
components (which LayerChart is built upon).This can be tested on https://sveld.onrender.com/ with this snippet.
as a workaround, I found you can redeclare them:
Note: this used to work, but I recently worked on upgrading all my dependencies, and upgrading
vite-plugin-sveld
from1.0.3
to1.1.0
, which bumpedsveld
from0.8.3
to0.18.0
(based onpackage-lock.json
), is when the problem started.Thanks for the awesome project btw.
The text was updated successfully, but these errors were encountered: