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, Route and withRouter merges all router properties with component props. This includes 11 fairly generically named properties: action, block, createHref, go, goBack, goForward, length, listen, location, push, replace. It seems unnecessary to pollute props like this.
I propose router properties should remain under a single router context rather than spreading all the properties into component props.
billyjanitsch, porfirioribeiro, TomiS, petergarnaes, esamattis and 4 more