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
{{ message }}
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
I understand this will not get fixed, I'm simply logging it for posterity.
ButtonGroup references ItemGroup which contains a <script context="module"> to export the shared Context.
The current version of @sveltejs/vite-plugin-svelte (1.0.0-next.35) does not support context module blocks during HMR, and consequently the ButtonGroup causes the app to throw an error, and lead to unexpected behaviour.
This has been added to the vite-plugin-svelte 1.0.0 milestone, but until then the ButtonGroup component is not available in the context of HMR.
I understand this will not get fixed, I'm simply logging it for posterity.
ButtonGroup references ItemGroup which contains a
<script context="module">
to export the shared Context.The current version of @sveltejs/vite-plugin-svelte (1.0.0-next.35) does not support context module blocks during HMR, and consequently the ButtonGroup causes the app to throw an error, and lead to unexpected behaviour.
This has been added to the vite-plugin-svelte 1.0.0 milestone, but until then the ButtonGroup component is not available in the context of HMR.
sveltejs/vite-plugin-svelte#134
The text was updated successfully, but these errors were encountered: