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
{{ message }}
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.
This might just be a usage/familiarity issue but: it seems like if you have an async event you only have access to the state after the promise is unwrapped. If you wanted to set a user id as a state property and then load it with a REST call, you have to pull the state id property then feed it in as an external parameter. Is this true, or am I missing something here?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This might just be a usage/familiarity issue but: it seems like if you have an async event you only have access to the state after the promise is unwrapped. If you wanted to set a user id as a state property and then load it with a REST call, you have to pull the state id property then feed it in as an external parameter. Is this true, or am I missing something here?
The text was updated successfully, but these errors were encountered: