Skip to content

Commit

Permalink
fix: De-dupe yarn.lock to fix popper type error
Browse files Browse the repository at this point in the history
  • Loading branch information
anicholls committed Nov 24, 2020
1 parent 73e70d8 commit 4f3fd1e
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 1,538 deletions.
2 changes: 1 addition & 1 deletion modules/popup/react/lib/Popper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const getElementFromRefOrElement = (

const createSetPlacementModifier = (
setPlacement: (placement: Placement) => void
): PopperJS.Modifier<any> => {
): PopperJS.Modifier<any, any> => {
return {
name: 'setPlacement',
enabled: true,
Expand Down
Loading

0 comments on commit 4f3fd1e

Please sign in to comment.