Jonas De Vrient
Jonas De Vrient
Hi, thanks for creating this issue. Any reason why you don't wrap `` around every ``?
Hi, you can keep track of the state within the component where you use ``. You can pass this as a prop to the step components (or use a context...
Seems like there is enough demand for this new feature. PRs would be welcome, otherwise, I'll take a look when I've some more time. @MichielDeMey It seems like your use...
Hi, thanks for creating this issue. Strange, you should be able to create a PR. However your request is still unclear to me, could you provide a small CodeSandbox/snippet (or...
You should fork this repo first, clone it and then you will be able to push
Hi, thank you very much for this PR. As far as I can see this functionality is already baked in, however by using `try/catch`, see https://github.com/devrnt/react-use-wizard/blob/main/src/wizard.tsx#L57-L66. Also, see the test...
Hi, could you provide some more context or a reproduction?
I've "migrated" this component template to support TypeScript: https://github.com/devrnt/component-template. This fork is ready to be used if TypeScript is desired. **Known warnings when building (and solutions)** - Plugin typescript: @rollup/plugin-typescript:...
Looks like svelte is trying to use the `svelte` entry in your `package.json` which allows Svelte apps to import the source code directly. Does it work if you remove the...
It has been a while since I've read any updates regarding TypeScript in Svelte (since the "official" TypeScript support). I think you should take a look at the docs of...