Sam Robbins

Results 8 issues of Sam Robbins

Changes proposed: - Add codepen embeds in the documentation for easier understanding - Fix a few broken links in the documentation Acceptance Checklist: - [x] The commit message follows the...

Previously, the cursor remained the default when hovering over the cards on the homepage, this changes them to a pointer to make it more clear to the user that they...

Next.js logged errors to the console as an anonymous arrow function was used. This causes Fast Refresh to not preserve local component state. To fix this, I used the same...

The keyword is caution rather than danger

I don't know if it is possible with GitHub actions, but it would be great if you could only check the files changed in a commit/PR

Removes template lines in the comment so that hovering over the library in an IDE shows the documentation rather than these lines

awaiting review

## ✅ Pull Request Checklist: - [ ] 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 code...

In the peer dependencies there is only compatibility up to React 18, would it be possible to include React 19 so that this can be installed in a React 19...