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
How do I access the react context api store in my child component which already takes some props & state?
When I try to access this.props.store.get("amount") (based on your example) I am getting an error "cannot access property of undefined.
How do I access the react context api store in my child component which already takes some props & state?
When I try to access this.props.store.get("amount") (based on your example) I am getting an error "cannot access property of undefined.
App component:
The text was updated successfully, but these errors were encountered: