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
Currently, we have setPrivateState and updatePrivateState...a better approach would be to consolidate => setPrivateState(prev => ({ ...prev, secretField: 1n })) (think react hooks)
Currently, we have
setPrivateStateandupdatePrivateState...a better approach would be to consolidate =>setPrivateState(prev => ({ ...prev, secretField: 1n }))(think react hooks)