Gabriel Burning
Gabriel Burning
This happens for me as well. The project I'm writing in doesn't use typescript either. A few strange things happen: 1. Auto-completing an already imported component causes it to add...
+1 Would definitely like this as a feature.
I don't think this package is currently compatible with the v-model pattern. You can set a default value with `defaultValue` and then you'd listen for `submit` to get the value....
Hi! Bumping this. I'm setting the layout parameter to `fullscreen` in the default export of my story but under the docs panel it's still padded. Is the only workaround to...
Thank you @jods4! I'm developing an extension for Azure DevOps which doesn't allow svg files for some reason so the fact that they are still being created was a major...
In my case (using 7.0.5) this doesn't seem to come from Storybook directly but one (or more) of its dependencies. I'm also using vue3 rather than react. As of now...
I would appreciate something like this as well. I don't need parentId once my collection is already hierarchical tree for example. It would be nice to be able to strip...
This seems really unintuitive to me. As was mentioned in the [other thread](https://github.com/vuejs/core/issues/10560#issuecomment-2011731157) I too would like to be able to define this behavior on a case by case basis...
> If you have a hardcoded absolute path in your code and you push that code to a public Github repo, you're sharing with the world some details about your...
> The only way I can think of to make the types better is to introduce a URI type that just wraps a string. I'm not really fan of that....