Jonas Wolter

Results 6 comments of Jonas Wolter

Just wanted to raise the same issue. It would really be cool to define the canvas instead of always adding a canvas on the root dom node.

Are there any updates on this issue? There is a lot of useful information in this [stackoverflow post](https://stackoverflow.com/questions/73873803/how-to-avoid-the-element-slightly-fading-out-when-using-crossfade-transition). Although not perfect, changing the crossfade opacity function to an exponential function...

One workaround I found is normalizing all letters in the array as well as in the query to latin letters using the deburr function from lodash. However you loose a...

Experiencing a similar problem with Safari 15.4 on an 2017 intel based macbook . The navigation stays in place but the content is doing a lot a micro-jumps forth and...

investigated the error a bit and found out the following: The error is caused by calling preventDefault() on an event that is passive and therefore is not allowed to call...

Workaround: If I paste a jsconfig.json file into the project I get when choosing the JSDoc typechecking option in SvelteKit the shadcn-svelte CLI works without problems. ``` { "extends": "./.svelte-kit/tsconfig.json",...