Describe the bug:
Importing Router into my app gives the IDE error mentioned in the title. Importing any svelte component from svelte-navigator gives a similar error. The app runs despite the errors.
To Reproduce:
Import Router from svelte-navigator
place <Router> ... </Router> at app root
See editor error
Expected behavior:
To work as expected without any errors.
Describe the bug: Importing
Router
into my app gives the IDE error mentioned in the title. Importing any svelte component fromsvelte-navigator
gives a similar error. The app runs despite the errors.To Reproduce:
Router
fromsvelte-navigator
<Router> ... </Router>
at app rootExpected behavior: To work as expected without any errors.
Screenshots:
Desktop: