Alex Shevchenko

Results 5 issues of Alex Shevchenko

``` TypeError: "listener" argument must be a function at _addListener (events.js:239:11) at Server.addListener (events.js:297:10) at new Server (_http_server.js:269:10) at Object.createServer (http.js:34:10) ```

## Details This PRs add a proper React's root.unmount() logic so React components destructor will be called as expected ### Code of Conduct - [x] I agree to follow this...

### What happened? This code works as expected ``` export default Anchor; export const getInlineAnchorList: PlasmoGetInlineAnchorList = async () => document.querySelectorAll(`.comments-comment-texteditor .comments-comment-box__button-group`); ``` But I would like to customize root...

bug

Hello, In my app I need to swipe between tabs, is it posible with this component out of the box, if not what is the easiest way to implement this...

This will fix issues when a parent component 'steals' swipe events