Dustin Kane

Results 2 issues of Dustin Kane

https://github.com/airbnb/react-dates/issues/1748 - Instead of switching to `getDerivedStateFromProps`, I figured using the `UNSAFE` versions of the functions was less disruptive. Perhaps the lib will move to a functional/hooks-based implementation some day....

semver-major: breaking change

### My problem I have a situation where I have a list of items with little arrows for dropdowns that are going in portals. I'm using `PortalWithState` with `closeOnOutsideClick` for...