TypeScript errors when import useHydrateAtoms and build project #2723
Answered
by
dai-shi
WhiteCyClop
asked this question in
Bug report
-
Bug DescriptionWhen using I find PR (#605) that fixed similar problem in the past, maybe this will help Reproduction LinkDon't know how to add link to reproduce |
Beta Was this translation helpful? Give feedback.
Answered by
dai-shi
Sep 5, 2024
Replies: 1 comment 4 replies
-
Thanks for reporting. Yeah, we reverted the #605 change afterwards. Can you add it in your code and see if it works for you? declare global {
interface SymbolConstructor {
readonly observable: symbol
}
} |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
WhiteCyClop
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for reporting. Yeah, we reverted the #605 change afterwards.
Can you add it in your code and see if it works for you?