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 61f0a8c commit 8deb686Copy full SHA for 8deb686
modules/createRoutesFromReactChildren.js
@@ -1,5 +1,4 @@
1
/* jshint -W084 */
2
-
3
var React = require('react');
4
var assign = require('react/lib/Object.assign');
5
var warning = require('react/lib/warning');
modules/locations/StaticLocation.js
@@ -27,6 +27,8 @@ class StaticLocation {
27
28
// TODO: Include these in the above class definition
29
// once we can use ES7 property initializers.
30
+// https://github.com/babel/babel/issues/619
31
+
32
StaticLocation.prototype.push = throwCannotModify;
33
StaticLocation.prototype.replace = throwCannotModify;
34
StaticLocation.prototype.pop = throwCannotModify;
0 commit comments