Andreas Johansson
Andreas Johansson
This is maybe more of a feature request than an issue. But why isn't the `warn` and `warnText` props available on a `TextArea`? I'm talking about the props that are...
Hello, I didn't know what the topic of this issue should be but I hope I was able to come up with something valuable. The problem I have with the...
### Sanity checks - [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue - [X] I have run `fig doctor` in the affected terminal session -...
I noticed that the REPL link in the `README` broke with the following error: `Unexpected character '@' (MultiSelect.svelte:318:9)`. But changing the version number to the latest REPL version fixed the...
Hello, when I do `npm install` in my project to install a new dependency or update another dependency the `.vite/deps/` folder gets deleted. It then gets added when I run...
### Describe the problem I want to use multiple variables in a `{#key variable}` like this: ### Describe the proposed solution ``` {#key variable1, variable2, variable3} ... {/key} ``` ###...
### Describe the bug Sometimes the styles applied inline are not removed after the transition is finished. Causing the container that did the transition to have a `overflow: hidden` (and...