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
WARN: 'Warning: Required context `makePath` was not specified in `Link`. Check the render method of `Sidebar`.'
WARN: 'Warning: Required context `makeHref` was not specified in `Link`. Check the render method of `Sidebar`.'
WARN: 'Warning: Required context `transitionTo` was not specified in `Link`. Check the render method of `Sidebar`.'
WARN: 'Warning: Required context `replaceWith` was not specified in `Link`. Check the render method of `Sidebar`.'
WARN: 'Warning: Required context `goBack` was not specified in `Link`. Check the render method of `Sidebar`.'
WARN: 'Warning: Required context `getCurrentPath` was not specified in `Link`. Check the render method of `Sidebar`.'
WARN: 'Warning: Required context `getCurrentRoutes` was not specified in `Link`. Check the render method of `Sidebar`.'
WARN: 'Warning: Required context `getCurrentPathname` was not specified in `Link`. Check the render method of `Sidebar`.'
WARN: 'Warning: Required context `getCurrentParams` was not specified in `Link`. Check the render method of `Sidebar`.'
WARN: 'Warning: Required context `getCurrentQuery` was not specified in `Link`. Check the render method of `Sidebar`.'
WARN: 'Warning: Required context `isActive` was not specified in `Link`. Check the render method of `Sidebar`.'
PhantomJS 1.9.8 (Mac OS X) ProjectsIndexPage when the projects are loading should display the loading spinner FAILED
TypeError: 'undefined' is not a function (evaluating 'this.context.makeHref(to, params, query)')
Removing the <Link/> components makes the error go away
The text was updated successfully, but these errors were encountered:
when I do this:
I get this:
Removing the
<Link/>
components makes the error go awayThe text was updated successfully, but these errors were encountered: