Mike Kokkolios
Mike Kokkolios
Came here looking for this suggestion. Sanity may be awesome overall but for this reason alone I'll probably end up using an alternative.
You have to create the easepick instance inside the ```onMount``` lifecycle function like so: ```js import { onMount } from 'svelte'; import { easepick } from '@easepick/bundle'; onMount(() => {...
> Can the URLs be manually constructed? Unpic needs the transformer to be a pure, synchronous function with no side effects, so it can't call APIs. The URL can indeed...
> this is really buggy, especially with Svelte 5 Exactly. When using Svelte 4 syntax in Svelte 5, I can't get data to reload reactively withing the same route (must...
> Hello, I just wanted to share that we are facing the same situation here. We added a few options to the TinyMCE editor toolbar, such as a button to...