Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: unrecognized attribute xmlns:svelte (#6021)
# Motivation Fix warning which becomes an error with Svelte v5 tooling (PR #6020). ``` /Users/daviddalbusco/projects/dfinity/nns-dapp/frontend/src/lib/modals/neurons/SplitNnsNeuronModal.svelte 1:19 error Unrecognized attribute — should be one of `generics`, `lang` or `module`. If this exists for a preprocessor, ensure that the preprocessor removes it https://svelte.dev/e/script_unknown_attribute(script_unknown_attribute) svelte/valid-compile ``` Signed-off-by: David Dal Busco <[email protected]>
- Loading branch information