bvaughn / suspense

Utilities for working with React Suspense

Home Page:https://suspense.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add tests for useImperativeCacheValue and useMutation

bvaughn opened this issue · comments

It's possible that these two don't properly work together.

Edit: It looks like they mostly work based on some initial testing– except for maybe the pending render during an async mutation, which returns no value (a significant difference from the Suspense based API). Need to think that out a bit.

Fixed in 0.0.41