evaluate: true
seems to duplicate shared exports
#99
Labels
bug report 🦗
Issue is probably a bug, but it needs to be checked
needs: complete repro 🖥️
Issue need to have complete repro provided
When using
evaluate: true
, if a file has two exports that utilize a third "shared" export, then it seems the "shared" export will have it's initializer ran seperately for each of the exports that are imported elsewhere. This causes equality issues, and was specifically bad for me when I tried using Symbols as keys for my "theme object"Minimal Reproduction: https://stackblitz.com/edit/wyw-in-js-symbol-bug-repro?file=src%2Fmain.tsx,src%2Fsymbol.ts
The text was updated successfully, but these errors were encountered: