useHydrateAtoms() type issue in v2.13.0 #3116
Unanswered
jeannnemelanie
asked this question in
Bug report
Replies: 2 comments
-
Thanks for reporting. @dmaskasky Can you look into it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The problem has been fixed with v2.13.1, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
With Jotai v2.12.5, my local Jest was:
Wich was working fine as described in https://jotai.org/docs/guides/testing#injected-values
By updating to Jotai v2.13.0, I get this issue:
When I take a look at
useHydrateAtoms()
def, it seems that the...any[]
portion is not passed correctly tovalues
. Could it be the problem?If I change the types on my local to match what is expected:
I'm not able to use it anymore :
Thank you
Beta Was this translation helpful? Give feedback.
All reactions