Kinbaum
Kinbaum
Hello, same thing happens using Next.js `worker` strategy and Adobe analytics
@benoitgrelard Can you also look at the option of supplying a max-height to the content / viewport? Currently when setting the max-height for the content and attempting to scroll, the...
Also, when using the select with groups of items, the separator is being announced as a group. In the example you have with food, the screen reader says there's 5...
> Ah I see the issue here... @Kinbaum it would be good to understand your use-case? why do you need to set a `max-height`? @benoitgrelard @jjenzz i think this is...
In addition to this, when using voice over on the radix-ui website, it says that there are 6 options when there are only three:
This happens on the latest `^0.1.6-rc.11` in my project. I'm using macOS 11.6
@peduarte I totally agree with that. Just migrating / refactoring at the moment. I have also tried to do this by setting keyframes as a variable, then used the shorthand...
@oeduardoal Try this instead ```js import { createStitches, ScaleValue } from '@stitches/react'; export const designsystem = createStitches({ prefix: "designsystem-", theme: {}, media: {}, utils: { p: (value: ScaleValue | string...
Closing as #1988 resolves my original feature request. Thanks!
Hey, I have created a reproduction scenario using [node-mf-example](https://github.com/telenko/node-mf-example) #### Initial build 1. Run `yarn build && yarn start` in both `host` and `remoteLib` 2. You will see everything working...