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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
The reactlynx externals preset accepts { async: true }, mounting ReactLynx as an awaited promise so async runtimes can load it via fetchBundle().then (the sync array form reads React.memo etc. off a pending promise and gets undefined). Externals presets resolve per environment (environmentName is available in the preset context): lynx / lynx-* environments use react.lynx.bundle, other environments (e.g. web) use the web-encoded @lynx-js/react-umd/{dev,prod}-webreact.web.bundle — async only controls the mount form. (#2934)