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
Hi. Is it safe to go for a constructor-based approach (as opposed to e.g. componentWillMount) when you only pass props to super(), but not the context? Doesn't this break with popular libraries that use context, like react-router?