Skip to content

Instantly share code, notes, and snippets.

@DrMabuse23
Created March 3, 2015 21:33
Show Gist options
  • Save DrMabuse23/58bea68f1d4d136434f1 to your computer and use it in GitHub Desktop.
Save DrMabuse23/58bea68f1d4d136434f1 to your computer and use it in GitHub Desktop.
Regex
All
Errors
Warnings
Info
Logs
Debug
Hide network messages
.
only-dev-server.js:80 [HMR] Waiting for update signal from WDS...
warning.js:34 Warning: DefaultRoute.type is deprecated. Use DefaultRoute directly to access the class.
warning.js:34 Warning: NotFoundRoute.type is deprecated. Use NotFoundRoute directly to access the class.
warning.js:34 Warning: Redirect.type is deprecated. Use Redirect directly to access the class.
warning.js:34 Warning: Route.type is deprecated. Use Route directly to access the class.
warning.js:34 Warning: owner-based and parent-based contexts differ (values: `[object Object]` vs `[object Object]`) for key (routeHandlers) while mounting RouteHandler (see: http://fb.me/react-context-by-parent)
warning.js:34 Warning: React.addons.classSet will be deprecated in a future version. See http://fb.me/react-addons-classset
warning.js:34 Warning: Failed Context Types: Required context `makePath` was not specified in `Link`.
warning.js:34 Warning: Failed Context Types: Required context `makeHref` was not specified in `Link`.
warning.js:34 Warning: Failed Context Types: Required context `transitionTo` was not specified in `Link`.
warning.js:34 Warning: Failed Context Types: Required context `replaceWith` was not specified in `Link`.
warning.js:34 Warning: Failed Context Types: Required context `goBack` was not specified in `Link`.
warning.js:34 Warning: Failed Context Types: Required context `getCurrentPath` was not specified in `Link`.
warning.js:34 Warning: Failed Context Types: Required context `getCurrentRoutes` was not specified in `Link`.
warning.js:34 Warning: Failed Context Types: Required context `getCurrentPathname` was not specified in `Link`.
warning.js:34 Warning: Failed Context Types: Required context `getCurrentParams` was not specified in `Link`.
warning.js:34 Warning: Failed Context Types: Required context `getCurrentQuery` was not specified in `Link`.
warning.js:34 Warning: Failed Context Types: Required context `isActive` was not specified in `Link`.
warning.js:34 Warning: owner-based and parent-based contexts differ (values: `undefined` vs `function () { [native code] }`) for key (getCurrentParams) while mounting Link (see: http://fb.me/react-context-by-parent)
warning.js:34 Warning: owner-based and parent-based contexts differ (values: `undefined` vs `function () { [native code] }`) for key (getCurrentPath) while mounting Link (see: http://fb.me/react-context-by-parent)
warning.js:34 Warning: owner-based and parent-based contexts differ (values: `undefined` vs `function () { [native code] }`) for key (getCurrentPathname) while mounting Link (see: http://fb.me/react-context-by-parent)
warning.js:34 Warning: owner-based and parent-based contexts differ (values: `undefined` vs `function () { [native code] }`) for key (getCurrentQuery) while mounting Link (see: http://fb.me/react-context-by-parent)
warning.js:34 Warning: owner-based and parent-based contexts differ (values: `undefined` vs `function () { [native code] }`) for key (getCurrentRoutes) while mounting Link (see: http://fb.me/react-context-by-parent)
warning.js:34 Warning: owner-based and parent-based contexts differ (values: `undefined` vs `function goBack() {
invariant(typeof location !== "string", "You cannot use goBack with a static location");
if (History.length > 1 || location === RefreshLocation) {
location.pop();
return true;
}
warning(false, "goBack() was ignored because there is no router history");
return false;
}`) for key (goBack) while mounting Link (see: http://fb.me/react-context-by-parent)
warning.js:34 Warning: owner-based and parent-based contexts differ (values: `undefined` vs `function () { [native code] }`) for key (isActive) while mounting Link (see: http://fb.me/react-context-by-parent)
warning.js:34 Warning: owner-based and parent-based contexts differ (values: `undefined` vs `function makeHref(to, params, query) {
var path = this.makePath(to, params, query);
return location === HashLocation ? "#" + path : path;
}`) for key (makeHref) while mounting Link (see: http://fb.me/react-context-by-parent)
warning.js:34 Warning: owner-based and parent-based contexts differ (values: `undefined` vs `function makePath(to, params, query) {
var path;
if (Path.isAbsolute(to)) {
path = Path.normalize(to);
} else {
var route = namedRoutes[to];
invariant(route, "Unable to find <Route name=\"%s\">", to);
path = route.path;
}
return Path.withQuery(Path.injectParams(path, params), query);
}`) for key (makePath) while mounting Link (see: http://fb.me/react-context-by-parent)
warning.js:34 Warning: owner-based and parent-based contexts differ (values: `undefined` vs `function replaceWith(to, params, query) {
invariant(typeof location !== "string", "You cannot use replaceWith with a static location");
location.replace(this.makePath(to, params, query));
}`) for key (replaceWith) while mounting Link (see: http://fb.me/react-context-by-parent)
warning.js:34 Warning: owner-based and parent-based contexts differ (values: `undefined` vs `function transitionTo(to, params, query) {
invariant(typeof location !== "string", "You cannot use transitionTo with a static location");
var path = this.makePath(to, params, query);
if (pendingTransition) {
// Replace so pending location does not stay in history.
location.replace(path);
} else {
location.push(path);
}
}`) for key (transitionTo) while mounting Link (see: http://fb.me/react-context-by-parent)
Navigation.js:46 Uncaught TypeError: undefined is not a function
socket.io.js:1659 XHR finished loading: GET "http://localhost:3011/socket.io/1/?t=1425418217840".
client:14 [WDS] Hot Module Replacement enabled.
client:31 [WDS] Warnings while compiling.
client:33 ./app/routes.js
Critical dependencies:
25:16-23 require function is used in a way, in which dependencies cannot be statically extracted
@ ./app/routes.js 25:16-23
2
client:18 [WDS] App updated. Recompiling...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment