Upgrade to Svelte 5 #670
Annotations
9 errors and 1 warning
lint:
src/lib/components/modals/SortModal.svelte#L48
Properties of objects and arrays are not reactive unless in runes mode. Changes to this property will not cause the reactive statement to update(reactive_declaration_non_reactive_property)
|
lint:
src/lib/components/modals/TransformModal.svelte#L157
Properties of objects and arrays are not reactive unless in runes mode. Changes to this property will not cause the reactive statement to update(reactive_declaration_non_reactive_property)
|
lint:
src/lib/components/modes/JSONEditorRoot.svelte#L84
Properties of objects and arrays are not reactive unless in runes mode. Changes to this property will not cause the reactive statement to update(reactive_declaration_non_reactive_property)
|
lint:
src/lib/components/modes/JSONEditorRoot.svelte#L91
Properties of objects and arrays are not reactive unless in runes mode. Changes to this property will not cause the reactive statement to update(reactive_declaration_non_reactive_property)
|
lint:
src/lib/components/modes/JSONEditorRoot.svelte#L98
Properties of objects and arrays are not reactive unless in runes mode. Changes to this property will not cause the reactive statement to update(reactive_declaration_non_reactive_property)
|
lint:
src/lib/components/modes/tablemode/ColumnHeader.svelte#L24
Properties of objects and arrays are not reactive unless in runes mode. Changes to this property will not cause the reactive statement to update(reactive_declaration_non_reactive_property)
|
lint:
src/lib/components/modes/tablemode/TableMode.svelte#L372
Properties of objects and arrays are not reactive unless in runes mode. Changes to this property will not cause the reactive statement to update(reactive_declaration_non_reactive_property)
|
lint:
src/lib/components/modes/treemode/TreeMode.svelte#L1813
Properties of objects and arrays are not reactive unless in runes mode. Changes to this property will not cause the reactive statement to update(reactive_declaration_non_reactive_property)
|
lint
Process completed with exit code 1.
|
lint:
src/lib/components/JSONEditor.svelte#L298
Expected to return a value at the end of async function 'updateProps'
|