Closed mutewinter closed 6 months ago
The atom returned by .procedure.atomWithQuery() is not settable, and therefore shows a type error when trying to use with useAtom or useSetAtom. The refresh functionality still works, however.
.procedure.atomWithQuery()
useAtom
useSetAtom
The atom returned by
.procedure.atomWithQuery()
is not settable, and therefore shows a type error when trying to use withuseAtom
oruseSetAtom
. The refresh functionality still works, however.