solid-jsx icon indicating copy to clipboard operation
solid-jsx copied to clipboard

Custom components causes disappearing when HMR and hidden on mount.

Open Blankeos opened this issue 4 months ago • 0 comments

I tried adding custom components via components={} or the context.

These were some issues I found:

  • Minor issue during development: When I change something next to where the markdown is rendered and save (HMR), the markdown disappears.
  • During development & prod: If the element is hidden on mount. It won't appear if it's visible again. (i.e. using <Show>)

Blankeos avatar Dec 04 '25 20:12 Blankeos