Dustin Kane

Results 7 comments of Dustin Kane

Part 1 of this fix is fixing it in one of this lib's dependencies. https://github.com/airbnb/react-outside-click-handler/pull/36

@ljharb because the fix has been around since react 16.3 (a year ago) so highly used component libraries (this) could fix it before this warning happens (one year later). If...

@ljharb so is the plan to not have this lib support React 17? If you plan on supporting React 17, when do you plan on fixing this? You either have...

@ljharb just removed < 16 from `.travis.yml`. I also removed react 17 from the dependencies; we can add that in later when enzyme et al. are updated.

NOTE: I've discovered that this makes clicking on the arrow for the original dropdown reopen the portal immediately after it closes. I have to work around that by only binding...

I'm using docker-toolbox in Windows and ran into this problem. I solved it by making sure the environment variables were properly set. My docker-machine is called toolbox. I made sure...