Open NatoBoram opened 1 year ago
Docs moved to https://storybook.js.org/docs/7.0/svelte/api/doc-block-icongallery
class constructors must be invoked with 'new'
renderWithHooks@http://localhost:6006/node_modules/.cache/.vite-storybook/deps/chunk-OZU74M3H.js?v=ad72788e:12171:35
mountIndeterminateComponent@http://localhost:6006/node_modules/.cache/.vite-storybook/deps/chunk-OZU74M3H.js?v=ad72788e:14921:21
beginWork@http://localhost:6006/node_modules/.cache/.vite-storybook/deps/chunk-OZU74M3H.js?v=ad72788e:15902:22
beginWork$1@http://localhost:6006/node_modules/.cache/.vite-storybook/deps/chunk-OZU74M3H.js?v=ad72788e:19749:22
performUnitOfWork@http://localhost:6006/node_modules/.cache/.vite-storybook/deps/chunk-OZU74M3H.js?v=ad72788e:19197:20
workLoopSync@http://localhost:6006/node_modules/.cache/.vite-storybook/deps/chunk-OZU74M3H.js?v=ad72788e:19133:30
renderRootSync@http://localhost:6006/node_modules/.cache/.vite-storybook/deps/chunk-OZU74M3H.js?v=ad72788e:19112:15
recoverFromConcurrentError@http://localhost:6006/node_modules/.cache/.vite-storybook/deps/chunk-OZU74M3H.js?v=ad72788e:18732:42
performConcurrentWorkOnRoot@http://localhost:6006/node_modules/.cache/.vite-storybook/deps/chunk-OZU74M3H.js?v=ad72788e:18680:30
workLoop@http://localhost:6006/node_modules/.cache/.vite-storybook/deps/chunk-OZU74M3H.js?v=ad72788e:197:50
flushWork@http://localhost:6006/node_modules/.cache/.vite-storybook/deps/chunk-OZU74M3H.js?v=ad72788e:176:22
performWorkUntilDeadline@http://localhost:6006/node_modules/.cache/.vite-storybook/deps/chunk-OZU74M3H.js?v=ad72788e:384:29
EventHandlerNonNull*node_modules/.pnpm/scheduler@0.23.0/node_modules/scheduler/cjs/scheduler.development.js/<@http://localhost:6006/node_modules/.cache/.vite-storybook/deps/chunk-OZU74M3H.js?v=ad72788e:405:11
node_modules/.pnpm/scheduler@0.23.0/node_modules/scheduler/cjs/scheduler.development.js@http://localhost:6006/node_modules/.cache/.vite-storybook/deps/chunk-OZU74M3H.js?v=ad72788e:453:9
__require2@http://localhost:6006/node_modules/.cache/.vite-storybook/deps/chunk-HYZYPRER.js?v=ad72788e:15:50
node_modules/.pnpm/scheduler@0.23.0/node_modules/scheduler/index.js@http://localhost:6006/node_modules/.cache/.vite-storybook/deps/chunk-OZU74M3H.js?v=ad72788e:465:24
__require2@http://localhost:6006/node_modules/.cache/.vite-storybook/deps/chunk-HYZYPRER.js?v=ad72788e:15:50
node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/cjs/react-dom.development.js/<@http://localhost:6006/node_modules/.cache/.vite-storybook/deps/chunk-OZU74M3H.js?v=ad72788e:481:25
node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/cjs/react-dom.development.js@http://localhost:6006/node_modules/.cache/.vite-storybook/deps/chunk-OZU74M3H.js?v=ad72788e:21556:9
__require2@http://localhost:6006/node_modules/.cache/.vite-storybook/deps/chunk-HYZYPRER.js?v=ad72788e:15:50
node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/index.js@http://localhost:6006/node_modules/.cache/.vite-storybook/deps/chunk-OZU74M3H.js?v=ad72788e:21568:24
__require2@http://localhost:6006/node_modules/.cache/.vite-storybook/deps/chunk-HYZYPRER.js?v=ad72788e:15:50
@http://localhost:6006/node_modules/.cache/.vite-storybook/deps/chunk-5XGKJHDW.js?v=ad72788e:31:32
Describe the bug
At https://storybook.js.org/docs/svelte/writing-docs/doc-block-icongallery, there's an example that shows how to use an
IconGallery
. However, when I try to use it with SvelteKit, it just crashes.Example:
Log:
To Reproduce
System
Additional context
No response