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
Once the data are fetched, dispatch an action to store the selected data in Redux store:
mission_id
mission_name
description
NOTE: Make sure you only dispatch those actions once and do not add data to store on every re-render (i.e. when changing views / using navigation).
The text was updated successfully, but these errors were encountered:
@Roseokpe
Once the data are fetched, dispatch an action to store the selected data in Redux store:
mission_id
mission_name
description
NOTE: Make sure you only dispatch those actions once and do not add data to store on every re-render (i.e. when changing views / using navigation).
The text was updated successfully, but these errors were encountered: