tamasv-di
Results
2
comments of
tamasv-di
Same happened to me, for our project the solution was to pass an array of `Middleware` from `@floating-ui/dom` to `popperModifiers` instead of Popper modifiers (the types from `@types/react-datepicker` seem outdated)
@nikitadubyk Can't share the whole file unfortunately, but here are the relevant changes on v4: ```typescript ``` on v6 ```typescript import {shift, Middleware} from "@floating-ui/dom"; import {Modifier, StrictModifierNames} from "react-popper";...