Skip to content

Commit

Permalink
fix: typo (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense authored Feb 29, 2020
1 parent f91552b commit edd278b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usePopper.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default function usePopper(
fn: data => {
setState({
scheduleUpdate,
outOfBoundries: data.state.modifiersData.hide?.isReferenceHidden,
outOfBoundaries: data.state.modifiersData.hide?.isReferenceHidden,
placement: data.state.placement,
styles: { ...data.state.styles?.popper },
arrowStyles: { ...data.state.styles?.arrow },
Expand Down

0 comments on commit edd278b

Please sign in to comment.