You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The transform used to provide live bindings is not transforming the subsequent references to a variable defined with let therefore the only reason the updated value propagates correctly is because moduleLexicals are (somewhere?) wired up to it. That's not the case in the bundler in compartment-mapper though.
naugtur
changed the title
Live bindings not binding for exports
Live bindings not binding for exports of let in compartment-mapper/bundle.js
Aug 27, 2024
Describe the bug
Context: discovered in
The transform used to provide live bindings is not transforming the subsequent references to a variable defined with let therefore the only reason the updated value propagates correctly is because moduleLexicals are (somewhere?) wired up to it. That's not the case in the bundler in compartment-mapper though.
Steps to reproduce
Expected behavior
TBD
Platform environment
Additional context
Screenshots
The text was updated successfully, but these errors were encountered: