Bryan Lee
Bryan Lee
This sounds like another one of those date-time edge cases that is unavoidable when working in non-UTC timezones. My guess is that you'll have to build the dates for each...
Coming from Svelte's `enhanced-img` which depends on this package, and it seems to break all animated GIF support.
We probably need to modify how the classes are constructed when using custom separators and so on. I would greatly appreciate a PR on this!
I'll need more context for this, since we still need the configuration to be typed to only accept either Svelte components, primitive values, or stores. We also just merged #8...
Can you provide a reproduction? The issue being presented by Vite is weird. We definitely don't have `` tags in `Render.svelte`, and from the error it seems like they were...
Do you have a sample project where the error is reproduced that I can check this on? It would help to figure this out if I know what sort of...
Adding here that I'm also facing the same issue where cold-starts are not being linked properly on iOS, using Expo 52.0.47 and expo-linking 7.1.7
Running into this issue too. I have half a mind to workaround this by injecting a JS script on web that adds the `type="button"` attribute after load-time based on some...
Actually, passing `type="button"` to your `` component will work, even if the type definition complains. You can just create a wrapper around your component definition. ```tsx ```
To be honest, I just need to set up Docsearch with Algolia, but I've been swamped at work 😮💨 Let me get to this as soon as possible.