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, an onFormSubmit function is being passed from the ActivityReport component as a prop through the Navigator component to a handful of "page" components. It may be feasible to use React's Context Provider/Consumer pattern instead of passing props down the component tree.
The text was updated successfully, but these errors were encountered:
Currently, an
onFormSubmit
function is being passed from the ActivityReport component as a prop through the Navigator component to a handful of "page" components. It may be feasible to use React's Context Provider/Consumer pattern instead of passing props down the component tree.The text was updated successfully, but these errors were encountered: