cge-taal
cge-taal
### Describe the problem Unable to find good guidance for creating a component library of both "Svelte Components" (for use in Svelte apps) and "Svelte Components packaged as Web Components"...
Hi, Thanks for the nice work. For a simple use-case I would like a single api definition for all my methods. So ```js const api = new DefaultApi(...) api.getPets(...) api.getCars(...)...
Hi, Thank you for the nice library. Sadly, it seems there is an issue on Safari. Please refer to - https://github.com/sveltejs/kit/issues/12406 - https://github.com/cge-taal/sveltekit-safari-ssr-example The example repository above is to illustrate...
### Describe the bug In a simple SvelteKit skeleton project with a single library added and where SSR is disabled, Safari fails with `Unhandled Promise Rejection: ReferenceError: Cannot access uninitialized...
### Describe the bug Following the [basic button story example](https://www.npmjs.com/package/@storybook/addon-svelte-csf), gives the following error: ```bash TypeError: Cannot destructure property 'story' of 'o' as it is undefined. at normalizeStory (http://localhost:6006/sb-preview/runtime.js:7110:62) at...