svelte-navigator icon indicating copy to clipboard operation
svelte-navigator copied to clipboard

Error: Type 'Props' does not satisfy the constraint 'Record<string, any>'.

Open marekdedic opened this issue 1 year ago • 0 comments

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

marekdedic avatar Sep 13 '24 10:09 marekdedic