Tomas Cerskus
Tomas Cerskus
**Is your feature request related to a problem? Please describe.** It seems that OverlayScrollbars adding/removing the "os-host-scrolling" class can trigger expensive style recalculations in Chrome. In my chat app this...
### Describe the bug I'm using Next.js with SWC and redux-saga and noticed that updating Next.js from 12.2.1 to 12.3.1 broke redux-saga for me. Turns out wrapping a yield statement...
Say a `Component` has a prop called `color` which can be `string | null | undefined` and it also has `Component.defaultProps.color` set to `'red'`. If this component is added to...