Exporting a store yields a typescript error when 'composite: true' #2725
Unanswered
onionhammer
asked this question in
Bug report
Replies: 1 comment 2 replies
-
Related: #2717 I didn't know this happens only with composite:true. Do you have declaration:true? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Description
Exported variable 'formStore' has or is using name 'PrdStore' from external module "node_modules/jotai/esm/vanilla/store" but cannot be named.(4023)
Reproduction Link
https://stackblitz.com/edit/vitejs-vite-umx5x6?file=src%2Fglobals.ts
Beta Was this translation helpful? Give feedback.
All reactions