You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1509 introduced a way to find component usages and it worked where the component was used either in another svelte file or .TS file (including when importing dynamically). The find usage in a .TS file where importing dynamically is no longer working.
Reproduction
Watch the video on #1509. It will not work anymore for dynamic import after converting to mount
Expected behaviour
The component usage would still be located as before
System Info
OS: [e.g. Windows]
IDE: [e.g. VSCode, Atom]
Which package is the issue about?
No response
Additional Information, eg. Screenshots
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
#1509 introduced a way to find component usages and it worked where the component was used either in another svelte file or .TS file (including when importing dynamically). The find usage in a .TS file where importing dynamically is no longer working.
Reproduction
Watch the video on #1509. It will not work anymore for dynamic import after converting to mount
Expected behaviour
The component usage would still be located as before
System Info
Which package is the issue about?
No response
Additional Information, eg. Screenshots
No response
The text was updated successfully, but these errors were encountered: