-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Cannot read property 'makeHref' of undefined error when rendering <Link> component #1446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It sounds like you're using beta2. This issue has already been fixed in master. |
I'm getting this error in 0.13.3 |
I get the same error, also using 0.13.3. Would be awesome if this could be fixed! |
#982 (comment) |
0.13.4.... |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm getting the
Cannot read property 'makeHref' of undefined
error when I'm trying to render the<Link />
component. My component which is rendering the<Link />
component:Any ideas what could be causing this?
The text was updated successfully, but these errors were encountered: