Lars-Erik Kimmel
Lars-Erik Kimmel
`cache: false` doesn't help in my case either. On top of it, it requires a restart of the dev mode. I also use storybook which takes some time to restart...
Thanks for sharing. I have the same issue and the same setup to move cards from a sidebar to a 2D canvas which is scrollable and is hidden behind the...
I've seen in the docs, that pointer within detection is prone to detect underlying dropzones. Apparently also from overflowing containers. The closest corner algorithm is not as forgiving in UX...
I always disable the fixture cleanup by overwriting the cleanup method to an empty method, to debug a failed test inside chrome and it helps a lot to reproduce the...
Thanks for the workaround @samuelstroschein I moved the solution into my options and ignore the clashing types. ``` export const logger = createConsola({ async prompt(...params) { const response = await...
Am I missing something? I see in docs there are flat configs exported. But I cannot find the flat configs that in the actual code.
It works great in flat config 👍🏻 but `no-unused-modules` leads to an eslint error that the eslint config is missing.
I agree, that it would be great to have this feature to allow enums as part of the prop definition to be exported without any issue. This seems a valid...
In vanilla JS we would likely define a constant object with these string types as values just like an enum does. It's just a shorthand. So instead of enums we...
I got the same issue. I will rolldown until fixed though 👍🏻