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
fix(node): contexts cannot be overridden and culture never included (#5677)
I will do a PR to add integration tests but for now, this PR fixes two issues:
- A missing `typeof` which stops the node culture detection from working entirely
- The contexts are completely overwritten rather than merge any existing keys
0 commit comments