Simon Guo

Results 56 issues of Simon Guo

code: https://github.com/facebook/fbjs/blob/master/packages/fbjs/src/stubs/EventListener.js#L28 ![image](https://user-images.githubusercontent.com/1203827/39686291-cd275c64-51fa-11e8-8d18-d04510df342d.png) [Violation] Added non-passive event listener to a scroll-blocking 'mousewheel' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952

## What's Changed - [x] Refactor toaster to use createRoot().render instead of React.render. - [x] Fix failing test cases under React 18. - [x] Use useId in accessibility. - [x]...

```tsx { // Should output `height` , but `offsetHeight` console.log(dimension); }} />; ``` Related: https://github.com/petyosi/react-virtuoso/pull/688

``` npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^17.0.1" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^0.14.0 || ^15.0.0 ||...

https://github.com/react-bootstrap/dom-helpers/blob/master/src/query/scrollLeft.js#L4

https://github.com/istvan-ujjmeszaros/bootstrap-touchspin/blob/master/src/jquery.bootstrap-touchspin.js#L554 Should be changed to: ``` js if (val !== returnval.toString()) ```

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade rsuite from 4.0.1-beta to 4.11.0. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=rsuite&from_version=4.0.1-beta&to_version=4.11.0&pr_id=aad72f1c-2f0c-478a-bb9c-007fc545c785&visibility=true&has_feature_flag=false) :information_source: Keep your...

…last option to be invisible fix: https://github.com/rsuite/rsuite/issues/2733 https://github.com/rsuite/rsuite/pull/1476/files#diff-28c7e8e25892c192e8b1d5e190e7aed969d6f91a5e50a7505e9a4fe946201fe4R153-R154 https://github.com/rsuite/rsuite/pull/1476/files#diff-28c7e8e25892c192e8b1d5e190e7aed969d6f91a5e50a7505e9a4fe946201fe4R153-R154 @SevenOutman `display: flex` is set for the menu in both TreePicker and CheckTreePicker styles. This is the main reason why `renderExtraFooter`...