Suppress popper.js warnings
This commit is contained in:
parent
38bbcddd3d
commit
0e247c7b95
1 changed files with 3 additions and 0 deletions
|
@ -132,6 +132,9 @@ const Filter: React.FC<FilterProps> = props => {
|
|||
flip: {
|
||||
enabled: false
|
||||
},
|
||||
hide: {
|
||||
enabled: false
|
||||
},
|
||||
preventOverflow: {
|
||||
boundariesElement: "scrollParent",
|
||||
enabled: false
|
||||
|
|
Loading…
Reference in a new issue