ethansnow2012
ethansnow2012
Same issue react 18 😅😅
My Quick Fix: Instead of importing from ""@formkit\auto-animate\react", direct copy and paste it into your own codebase.
Here is the fix. https://github.com/streamich/react-use/pull/2527
> Although I am not too sure how `Union extends Union` is evaluated by Typescript > > Are we looping over each union condition after the extends keyword? > I...
For anyone confused about why "Promise" could somehow equal "Promise< [xxx, xxx, xxxx]>" as me, here is an experiment I tried: ``` type Tuple = ["A","B"] type funcReturnTuple = ([...T])=>{...