Arkellys

Results 3 issues of Arkellys

When React's strict mode is activated, `aria-expanded` on interactive tooltips is always `false`. **CodeSandbox:** https://codesandbox.io/s/hardcore-carson-sn4n0h?file=/src/App.js

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

enhancement :sparkles:

React 19 will [remove `propTypes` validation for function](https://react.dev/blog/2024/04/25/react-19-upgrade-guide#removed-proptypes-and-defaultprops): > In React 19, we’re removing the `propType` checks from the React package, and using them will be silently ignored. If you’re...