Jeppe Reinhold
Jeppe Reinhold
Just wondering, how do you want the SVG results to be, when this repo hits 1.0? does it serves the purpose of rendering a complete 1:1 representation of the view,...
I have a weird problem. remotedev won't show any activity in the Chrome extension window if I enable MobX's `useStrict`. It will correctly show the stores, but only with default...
## tl;dr Our usage of [`@storybook/semver`](v) is causing minor annoyances with types. Instead of fixing the types we could attempt to replace the usage of our own fork with the...
Issue: #19280 ## What I did - Remove `vite-plugin-svelte-kit` when detected as per discussions in #19280 - Re-enable SvelteKit repros ## How to test - Create the `svelte-kit/skeleton-js` sandbox -...
The current iteration of `mdx-deck-live-code` was made for `[email protected]`, and doesn't seem to work with `[email protected]`. Another unfortunate consequence of this, is that it doesn't work with the CodeSandbox `mdx-deck`...
# The problem In Knex, it is possible to define the connection as a single database URL, like: ```js { client: 'pg', connection: 'postgres://user:password@localhost:5432/database', }; ``` This is not supported...
### Describe the bug Usually, any globally dispatched events in a Svelte component automatically gets inferred and attached to actions. This works fine for basic components, but as soon as...
Closes #21470 ## What I did This PR makes the Svelte renderer force remount the story when a user resets all args in the controls panel. It does this by...
### Describe the bug If you have a decorator, the source snippet in docs mode will not show the story's source, but instead the decorator with a `` child. This...
https://github.com/storybookjs/storybook/pull/24889 added initial support for the current Svelte 5 prereleases (`next.17` at the time of writing). Svelte 5 is not out in stable yet and things might still change until...