Levin Rickert
Levin Rickert
### Provide a general summary of the issue here I started building a design system on top of React Aria Components. The application that uses it is built using TanStack...
Before:  After:  Probably it should be like the line between terminal and editor: 
**Describe the bug** The return type of `exec` of `DockerContainer` is defined as `tuple[int, str]` while it is `tuple[int, bytes]` at runtime.
I thought about setting `lineWidth` to `0` by default to fix #4 but this has the side-effect of removing line breaks automatically which might not be desired. Instead I thought...
I simply copied the code from the `useLink` hook. This was enough to unblock myself for now. I wonder if there are more similar cases across the codebase and if...
Closes #6587 ## ✅ Pull Request Checklist: - [x] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [ ] Added/updated unit tests and storybook for this change (for new...
### Provide a general summary of the issue here While holding Option/Alt, you can usually select text inside links without triggering them. ### 🤔 Expected Behavior? Being able to select...
### Provide a general summary of the issue here TanStack Router interpolates path params into the href: ```ts Open ``` When using React Aria Components' router integration this gets turned...
It seems that `rrweb` is built into the files in `dist` so it should likely be moved to dev dependencies.
### Provide a general summary of the issue here When a `Popover` can be opened from inside a `Row` with `href`, `data-hovered` can get stuck after closing the `Popover` again....