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
In a new react-vite project when I try to add stories for App.tsx from the UI, it fails with an error importers[path] is not a function and requires a browser refresh to succeed.
Reproduction link
N/A
Reproduction steps
Initialize a new react-vite project in an empty directory
Click the + button next to the search UI
Filter by **/*.tsx
4. Select `App.tsx` and observe the following error
5. Refresh the browser and see the story render successfully
Describe the bug
In a new
react-vite
project when I try to add stories forApp.tsx
from the UI, it fails with an errorimporters[path] is not a function
and requires a browser refresh to succeed.Reproduction link
N/A
Reproduction steps
react-vite
project in an empty directory+
button next to the search UI**/*.tsx
System
Additional context
No response
The text was updated successfully, but these errors were encountered: