react-bootstrap/react-overlays

Typo in usePopper hook

ignatevdev opened this issue · 1 comments

https://github.com/react-bootstrap/react-overlays/blob/master/src/usePopper.js#L106

This line has a typo. It should be outOfBoundaries instead of outOfBoundries.

taion commented

fixed in #777