Cédric Dupuis
Cédric Dupuis
Hi there ! I recently noticed this regression as well. I experience the exact behavior described by @beliarh : > There's another interesting issue related to this bug. > If...
As a workaround for my form, I enforced the return type of `getValues` with the following : ``` interface getValuesFn extends UseFormGetValues { (): TFieldValues; (name: TFieldName): FieldPathValue (names: readonly...
I just noticed it's possible to implement this behavior with `useHover` config : - https://floating-ui.com/docs/useHover#safepolygon - https://floating-ui.com/docs/useHover#delay Sorry, I did not find those details from the [tooltip docs](https://floating-ui.com/docs/tooltip). I'd suggest...