Lucas Weng
Lucas Weng
## Summary - Resolves https://github.com/rome/tools/issues/3670 - Improves the detection of the following cases ```js // Return statement return array.map((_, index) => ); // Assignment expression let element = null if...
## Summary - Closes #3813 ## Test Plan `cargo test -p rome_js_analyze -- no_access_key`
### Description https://github.com/rome/tools/blob/archived-js/website/src/docs/lint/rules/a11y/noAccessKey.md
Closes https://github.com/adobe/react-spectrum/issues/8034 ## ✅ Pull Request Checklist: - [x] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [x] Added/updated unit tests and storybook for this change (for new code...
Closes https://github.com/adobe/react-spectrum/issues/8274 ## ✅ Pull Request Checklist: - [x] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [x] Added/updated unit tests and storybook for this change (for new code...
Closes https://github.com/parcel-bundler/lightningcss/issues/861 Adds support for https://developer.mozilla.org/en-US/docs/Web/CSS/::highlight
## Summary Fixes https://github.com/biomejs/biome/issues/8027. The `useReactFunctionComponents` rule incorrectly flagged class components that implement `componentDidCatch` using class expressions. ## Test Plan - Added a valid test case for an error boundary...