atomiks/tippyjs-react

Typescript 4.9.4 error @popperjs/core: This type parameter might need an `extends Obj` constraint.

nikage opened this issue · 0 comments

 node_modules/tippy.js/node_modules/@popperjs/core/lib/types.d.ts:117:36
    117 export declare type Modifier<Name, Options> = {
                                           ~~~~~~~
    This type parameter might need an `extends Obj` constraint.

I've fixed the issue with a local patch, but it seems tippy.js dependency needs to be updated.

floating-ui/floating-ui#2106 (comment)