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

Uncaught TypeError: Cannot read property 'pathname' of undefined #31

Open
JohnathanWeisner opened this issue Jan 30, 2017 · 4 comments
Open

Comments

@JohnathanWeisner
Copy link

Problem:
Error gets thrown in the browser on a search

How to reproduce:
yarn
yarn start
open localhost:4000 in chrome
search 'batman'
error output in chrome console

main.js:10502 Uncaught TypeError: Cannot read property 'pathname' of undefined
    at getURLString (main.js:10502)
    at match (main.js:11041)
    at RouterContext.render (main.js:11148)
    at RouterContext._updateComponent (main.js:6520)
    at patchComponent (main.js:3918)
    at patch (main.js:3733)
    at patchComponent (main.js:3945)
    at patch (main.js:3733)
    at patchComponent (main.js:3945)
    at patch (main.js:3733)
@lcrpt
Copy link

lcrpt commented Apr 10, 2017

got the same issue.
it's look to be related to inferno redux router

@AriTheElk
Copy link
Owner

Sorry, I've been working full time with react for my day job, so I don't really have much time to mess around with inferno anymore 😢

If anyone has interest in taking over maintaining this boilerplate, please let me know! I might be able to do a dependency update to get this thing working again, but any further improvements will have to be done by somebody else.

@akhll
Copy link

akhll commented Oct 24, 2017

got the same issue.
i don`t understand why this happened.

@souly80
Copy link

souly80 commented Dec 12, 2017

I have the same issue!!
has someone resolved the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants