mikkopori
mikkopori
Hello, as mentioned you get an error in the console which I think is coming from remirror. So please consider changing :first-child to :first-of-type? Br, Mikko
Hello, Google Lighthouse recommends using passive listener to improve performance. Please consider the following change: ``` }, { key: "componentDidMount", value: function componentDidMount() { this.autoPanIsRunning = true; requestAnimationFrame(this.autoPanLoop); this.ViewerDOM.addEventListener('wheel', this.onWheel,...
### Bug reports: After upgrading to 3.8.1. the warning "Unable to preventDefault inside passive event listener invocation." started appearing on mouse events in mobile over the react-svg-pan-zoom using Chrome. Similar...
Hello, our test automation on Selenium and some of our users are sometimes hitting this mentioned error with version "react-autosuggest": "^10.1.0". Sentry provides this code as the place where it...