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
Here's a broken gist. Lines 6-8 on Master.jsx throw this uncaught error:
Uncaught Error: Invariant Violation: ReactCompositeComponent.getChildContext(): key "router" is not defined in childContextTypes.invariant @ invariant.js:42 (stacktrace).
Removing them propagates another error further down, line 7 of the TestComponent throws: this.fctx undefined.
The text was updated successfully, but these errors were encountered:
Here's a broken gist. Lines 6-8 on Master.jsx throw this uncaught error:
Uncaught Error: Invariant Violation: ReactCompositeComponent.getChildContext(): key "router" is not defined in childContextTypes.invariant @ invariant.js:42 (stacktrace).
Removing them propagates another error further down, line 7 of the TestComponent throws: this.fctx undefined.
The text was updated successfully, but these errors were encountered: