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
- Introduce ActionDispatchContext interface + DI token in common
- Dispatcher injects the context instance directly (toDynamicValue)
- Node app-module binds native AsyncLocalStorage from async_hooks
- Browser app-module binds AsyncLocalStorage from als-browser polyfill
- Keeps the common package runtime-neutral for browser bundling
0 commit comments