svelte-navigator
svelte-navigator copied to clipboard
Error: Type 'Props' does not satisfy the constraint 'Record<string, any>'.
Describe the bug A clear and concise description of what the bug is.
Hello, I'm getting the following type error:
node_modules/svelte-navigator/types/SvelteInternal.d.ts:9:32 - error TS2344: Type 'Props' does not satisfy the constraint 'Record<string, any>'.
9 > extends SvelteComponentTyped<Props, any, Slots> {
~~~~~
Expected behavior A clear and concise description of what you expected to happen.
No error
See scout-handbook/handbook-web-admin#668