Volker
Volker
> This is a workaround > > ```ts > export class MyObject { > > @Transform(value => { > let map = new Map(); > for (let entry of Object.entries(value.value))...
Since we moved to using the `script setup` syntax we are also experiencing this problem. Whenever I write a new component I have to manually restart the dev server. Component...
Looking forward for a support of `script setup` sxntax. Esspecially some jsDoc at the top of the component that gets displayed in Storybook would be awesome :)
I can provide additional information (Firefox user here as well) The bug occurred after Quasar 2.12.0, because with 2.12.0, the following still works: ``` Hello ``` We just had to...
> As a quick fix for my reusable component I use `flex-direction: row` with `flex-wrap: wrap`. But waiting for the resolving the issue this quickfix helped me as well, but...
I would like to have this feature for the Windows version of Element as well :)))
@NoNameProvided I just stumpled upon your projects. Our team is just starting to use your class-transformer in our project and we already gathered some experience using it. It's really awesome!...
The solution is simple. In my case the dependency org.springframework.security.oauth::spring-security-oauth2 imported the dependency com.nimbusds::oauth2-oidc-sdk , but a very old version of it, 6. something. I'm not aware of your project...
You are welcome, I'm curious whether it works out for you too!
HMR doesn't work for my either when using Storybook 8.2.6 and the vue-component-meta plugin (also mentioned in https://github.com/storybookjs/storybook/discussions/28817)