treemap-with-router
treemap-with-router copied to clipboard
pushState error
I get the following error when I click on a route in the breadcrumb
Uncaught DOMException: Failed to execute 'pushState' on 'History':
A history state object with URL 'http://lib/api' cannot be created in a
document with origin 'http://localhost:8080' and URL 'http://localhost:8080/lib/api'.
This is taking into account the known issue of only traversing up/down one level.
I'm testing this on Windows 10, if that's significant. I do have an OSX box kicking around I can test on also.
Same here. Breadcrumbs don't work.
Uncaught DOMException: Failed to execute 'pushState' on 'History': A history state object with URL 'http://node_modules/babel-traverse' cannot be created in a document with origin 'http://localhost:8080' and URL 'http://localhost:8080/node_modules/babel-traverse/lib/scope/lib'.