SolidJSS
SolidJS2y ago
38 replies
enteleform

Broken reactivity @ `vite-plugin-solid` with `{dev:false}`, but works fine with `{dev:true}`.

Context


- I'm using
render
from solid-js/web to render content for an Obsidian extension.

- Reactivity is breaking for the Icon component from @iconify-icon/solid, but the issue is not present when {dev:true} is set in vite-plugin-solid.

- I tried troubleshooting this in a minimal StackBlitz Project, but was not able to reproduce the issue.
Was this page helpful?