Pedro Sousa
Pedro Sousa
Having the language or slug would help immensely
Would using `@loadable/component` be interesting in this case instead of lazy? I tried locally and it seems to work.
All my paragraphRenderer is doing is this: ``` const paragraphRenderer = (children) => ( {children} ); ```
Thank you for that. Sorry I haven't had time to properly test today. I will do so tomorrow 🙂
Can someone take a look at this please?
I managed to fix this issue with `forceMount=true`. Somehow the element height `--radix-collapsible-content-height` property gets lost when the elements are force mounted. By using useResizeObserver on the `Accordion.Content` I managed...
I'm also getting this if I run test-runner with`--browsers webkit` it's mostly just happening on `webkit`. I also get: ``` FAIL browser: webkit stories/components/Tabs.stories.tsx [TEST] ● Test suite failed to...
It's actually breaking more than this. it's breaking on autoplay too for example and in some cases I can see it breaking on normal play.