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: Fix config failures with multiple references to an input array (#8585)
When the user passes an array-based config, we should never copy the
reference. Instead, we should clone the array. This way, changes to that
outside array don't immediately affect the running config.
Closes#8478
0 commit comments