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
@afc163 Hey I was wondering why use Object.assign to replace spread operator here? The spread operator should have a better performance actually, you could check the comparison here
1 commit comments
zoubingwu commentedon Jul 13, 2021
@afc163 Hey I was wondering why use Object.assign to replace spread operator here? The spread operator should have a better performance actually, you could check the comparison here