Skip to content
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

clicking anchor with href="#id" resulting in error #602

Closed
vinaypuppal opened this issue Jan 1, 2017 · 0 comments
Closed

clicking anchor with href="#id" resulting in error #602

vinaypuppal opened this issue Jan 1, 2017 · 0 comments

Comments

@vinaypuppal
Copy link
Contributor

vinaypuppal commented Jan 1, 2017

  • I was using data-fetch example and added the Router events functionality from with-loading example.
  • I have these lines of code
<Link href='#about'><a style={linkStyle}>About</a></Link>
<a href="#contact" style={linkStyle}>Contact</a>
commons.js:3 Uncaught (in promise) TypeError: Cannot read property 'url' of null
    at e.<anonymous> (https://data-fetch-qcpytnbuvq.now.sh/_next/commons.js:3:1274)
    at o (https://data-fetch-qcpytnbuvq.now.sh/_next/commons.js:5:11983)
    at Generator._invoke (https://data-fetch-qcpytnbuvq.now.sh/_next/commons.js:5:13392)
    at Generator.t.(anonymous function) [as next] (https://data-fetch-qcpytnbuvq.now.sh/_next/commons.js:5:12162)
    at r (https://data-fetch-qcpytnbuvq.now.sh/_next/commons.js:1:17923)
    at https://data-fetch-qcpytnbuvq.now.sh/_next/commons.js:1:18072
    at e (https://data-fetch-qcpytnbuvq.now.sh/_next/commons.js:1:5415)
    at e.<anonymous> (https://data-fetch-qcpytnbuvq.now.sh/_next/commons.js:1:17865)
    at e.t (https://data-fetch-qcpytnbuvq.now.sh/_next/commons.js:3:1065)
@nkzawa nkzawa closed this as completed Jan 2, 2017
@lock lock bot locked as resolved and limited conversation to collaborators May 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants