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
Thanks for the report! This regressed in #11191 - forcing the transform to be sync fixes the issue. I assume we actually create multiple entries in the cache of the same key. A mutex should help here. Would be nice to reproduce this issue in a test, tho... I'll try π
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
π Bug Report
After updating
27.0.0-next.4
β27.0.0-next.5
ESM import start to have cache problem.I have a file with
Symbol
. But after the update, this file initializes twice and Symbol starts to have a different value in different files.To Reproduce
[Repo](https://github.com/logux/state/tree/jest-esm-bug
Expected behavior
The test should be passed.
Link to repl or repo (highly encouraged)
Was not able to find how to reproduce cache problem
envinfo
The text was updated successfully, but these errors were encountered: