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
Bugfix: Remove dependency to a namespace JSX of React (#11)
* Add test
* Disable lint in build
Don't want to make too many changes.
* Re-enable allowSynDefault for examples
* Remove dependency to a namespace `JSX` of React
* A function used to convert an object from <Link>s or calls to transitionTo to a URL query string.
@@ -91,7 +91,7 @@ declare namespace ReactRouter {
91
91
* This is primarily for integrating with other libraries that need to participate in rendering before the route components are rendered. It defaults to render={(props) => <RouterContext {...props} />}.
92
92
* Ensure that you render a <RouterContext> at the end of the line, passing all the props passed to render.
0 commit comments