We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f2350 commit 4f4e991Copy full SHA for 4f4e991
modules/Route.js
@@ -2,6 +2,7 @@ import React from 'react';
2
import invariant from 'invariant';
3
import { createRouteFromReactElement } from './RouteUtils';
4
import { component, components } from './PropTypes';
5
+import warning from 'warning';
6
7
var { string, bool, func } = React.PropTypes;
8
0 commit comments