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: Ensure we never mutate options passed to init (#9162)
In various places we mutate the `options` passed to `init()`, which is
a) not a great pattern and b) may break if users pass in frozen or
similar objects (for whatever reason).
I also normalized this to ensure a passed in `_metadata.sdk` always
takes precedent (we had this in most places, but not all).
Closes#9155
0 commit comments