Levin Rickert

Results 24 issues of 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...

has workaround

Before: ![image](https://user-images.githubusercontent.com/9491603/73164211-c4b95e00-40f1-11ea-88cf-d28e110270b1.png) After: ![image](https://user-images.githubusercontent.com/9491603/73164226-ce42c600-40f1-11ea-953b-ca2424a2191a.png) Probably it should be like the line between terminal and editor: ![image](https://user-images.githubusercontent.com/9491603/73164258-e0246900-40f1-11ea-8b28-613ddc2e2699.png)

**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...

needs investigation

### 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....

needs investigation