Ana Margarida Silva
Ana Margarida Silva
> Hi, and thanks for sharing the elaborate example, that was very useful. I've added a test-case to the `example` app and was able to reproduce similar problems. Both iOS...
> Alternatively, you could try caching the insets so that they are immediately available when your view is rendered for the first time. It seems caching does not seem to...
How is the status on this?
As a workaround, the solution I found was defining the decorator in `preview.js` as: ``` import Decorator from './Decorator.svelte'; export const decorators = [() => ({ Component: Decorator })]; ```...
> Hi Margarida, > > I encounter the same issue on Ubuntu 20.04 and I fix it by adding '--user' in the end of the command (just like installing with...
Is this still ongoing? Any possibility of supporting Linaria@4?
Hi! Any update regarding this? Is there something that should be changed about this solution?
From what I gathered after some investigation, this is a limitation of the library used by react native, fresco - https://frescolib.org/docs/rounded-corners-and-circles.html I think the next version has a fix (mentioned...
Hi! I tried replicating this on Safari running on the latest version of the master branch, it seems like it's fixed. Also could not replicate in dev.
> Can anyone confirm whether this is still a problem in the latest 7.0 betas? I was trying to test this in my template project, but after updating to SvelteKit...