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
Calling applyAction allows additional args in the typescript SDK. ideally this would be a type error, since the actions API does not accept extra args. I can get around this by using satisfies:
Calling
applyAction
allows additional args in the typescript SDK. ideally this would be a type error, since the actions API does not accept extra args. I can get around this by using satisfies:The text was updated successfully, but these errors were encountered: