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
dev mode working correctly but release mode not working error is
loadShareSync failed! The function should not be called unless you set "eager:true". If you do not set it, and encounter this issue, you can check whether an async boundary is implemented.
The original error message is as follows:
Error: Invalid loadShareSync function call from runtime #RUNTIME-006
args: {"hostName":"digikala","sharedPkgName":"react"}
https://module-federation.io/guide/troubleshooting/runtime/RUNTIME-006, js engine: hermes
Additionally, I couldn't migrate to rspack. i have a lot of modules which used reanimated and rspack have issue with them.
we now have official reanimated support through @callstack/repack-plugin-reanimated which simplifies the integration (and doesn't butcher performance gains from Rspack) - check out the readme of that package to see how to get started with it 👍
Describe the bug
dev mode working correctly but release mode not working error is
System Info
Re.Pack Version
5.0.0-rc
Reproduction
https://github.com/callstack/super-app-showcase
Steps to reproduce
use runtime init and build release mode
The text was updated successfully, but these errors were encountered: