Paul Hurst

Results 4 issues of Paul Hurst

## Environment ``` ## Binaries: - Node: 16.15.0 - ~/.nvm/versions/node/v16.15.0/bin/node - Yarn: 1.22.19 - ~/.yarn/bin/yarn - npm: 8.5.5 - ~/.nvm/versions/node/v16.15.0/bin/npm ## npmPackages: - babel-plugin-styled-components: ^2.1.4 => 2.1.4 - styled-components: ^6.0.7...

Fixes https://github.com/react-component/picker/issues/696. Typescript [doesn't contain](https://github.com/microsoft/TypeScript/issues/38886) the defintions for `event.key` so these have been done as `strings`. This could possibly be achieved by adding support in `rc-util` or using something like...

Similar issue to `react-component/select`; https://github.com/react-component/select/issues/977 `event.which` is [deprecated](https://developer.mozilla.org/en-US/docs/Web/API/UIEvent/which) which is causing issues with `@testing-library/user-event` `v14`; https://github.com/testing-library/user-event/issues/1137 > **Deprecated:** This feature is no longer recommended. Though some browsers might still support...

This is potentially a bug, or some imprecision/ambiguity in one of the code comments. There are two cases related to resolving the iOS version within `resolver.rb` https://github.com/browserslist/browserslist-useragent-ruby/blob/f17624b1c678a34d67038efcb17394b0175317ae/lib/browserslist_useragent/resolver.rb#L20-L34 Case B explains;...