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
✘ [ERROR] node_modules/svelte-jsoneditor/components/modals/TransformWizard.svelte:94:2 `<tr>` is invalid inside `<table>` [plugin vite-plugin-svelte:optimize-svelte]
node_modules/svelte-jsoneditor/components/modals/TransformWizard.svelte:94:2:
94 │ <tr>
╵ ^
The plugin "vite-plugin-svelte:optimize-svelte" was triggered by this import
node_modules/svelte-jsoneditor/components/modals/TransformModal.svelte:21:28:
21 │ import TransformWizard from './TransformWizard.svelte';
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~
4:35:53 AM [vite] error while updating dependencies:
Error: Build failed with 1 error:
node_modules/svelte-jsoneditor/components/modals/TransformWizard.svelte:94:2: ERROR: [plugin: vite-plugin-svelte:optimize-svelte] node_modules/svelte-jsoneditor/components/modals/TransformWizard.svelte:94:2 `<tr>` is invalid inside `<table>`
at failureErrorWithLog (/workspaces/cts-portal/src/frontend/node_modules/vite/node_modules/esbuild/lib/main.js:1472:15)
at /workspaces/cts-portal/src/frontend/node_modules/vite/node_modules/esbuild/lib/main.js:945:25
at /workspaces/cts-portal/src/frontend/node_modules/vite/node_modules/esbuild/lib/main.js:1353:9
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered:
There is a breaking change in Svelte 5 that requires
<tbody>
tag in between<table>
and<tr>
or the below build error is raised, more info here:sveltejs/svelte#9785
The text was updated successfully, but these errors were encountered: