Ben Grynhaus
Ben Grynhaus
# Description Fixes an issue where `` didn't work as expected when using `asChild`, which is most commonly used with [Radix](https://www.radix-ui.com/primitives) (and [shadcn/ui](https://ui.shadcn.com/), which is based on it). Fixes https://github.com/lingui/js-lingui/issues/2015...
**Describe the bug** `` replaces the inner JSX it gets as `children` with a transformed JSX tree. The problem is that some elements expect `children` to be of type `ReactElement`...
As detailed in [this gist](https://gist.github.com/bengry/2e76d76a29da12ab8f5907c4dfc933c8) (also shared in https://github.com/graphql-mocks/graphql-mocks/issues/273), we're using `graphql-mocks` to create fake data for GQL requests. Sometimes though we want to create a semi-fake type. i.e. create...
### Current behavior The popover should be Controllable (in the sense of a [Controlled Component](https://react.dev/learn/sharing-state-between-components#controlled-and-uncontrolled-components)), via the `open` and `setOpen` props passed to the `PopoverStore`/``. However, this is not _exactly_...
## Feature request Add a prop or otherwise allow customize the way `` [handles prop merging](https://github.com/radix-ui/primitives/blob/c31c97274ff357aea99afe6c01c1c8c58b6356e0/packages/react/slot/src/Slot.tsx#L91-L122). Specifically, it would be beneficial for tailwind users who often use https://github.com/dcastil/tailwind-merge to remove...
### Describe the bug The [Catalog feature docs](https://yarnpkg.com/features/catalogs#supported-fields) state that the `catalog:` protocol is supported in `peerDependencies`. However, using it results in: ``` ➤ YN0057: │ @acme/form: Invalid dependency range...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://codesandbox.io/p/devbox/white-glade-l4kc74 2. Click on Ctrl+` (on any...