Open
Description
Note
This issue as a possible workaround
Describe the bug
Can't use:
import { Menu } from './index';
in index.stories.svelte
(but it works, if 'Menu' will be changed by other word: 'DropdownMenu' for example)
Steps to reproduce the behavior
- Create a new sveltekit app:
npm create svelte@latest <name-of-app>
- Now add storybook
npx storybook init
- Now add Svelte CSF
- Reproduce the issue
Expected behavior
More details are in screenshots
Screenshots and/or logs


Environment
- OS: macOS Sonoma 14.1.2
- Node.js version: v18.17.1
- NPM version: 10.0.0
- Browser (if applicable): Chrome
- Browser version (if applicable): 121.0.6167.85
- Device (if applicable): MacBook Pro 2019
Additional context
Will be good to know which words are 'forbidden' too, but will be great to fix it :)