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

Keyboard commands fail when a query string is contained in URL #36

Open
BenjaminRCooper opened this issue Jun 16, 2016 · 0 comments
Open

Comments

@BenjaminRCooper
Copy link

When using react-router-redux and providing a query string in the URL, on initial load of the page you get an error when trying to use both 'cmd + h' & 'cmd + q'.

The error is as follows:

object.hasOwnProperty is not a function

And it occurs in the history lib, but when looking in the stack trace, the command which causes the error initially is on line 92 of the DockMonitor.js file.

Versions of dependencies are:

React-Router-Redux - 3.0.0
History - 2.0.1
Redux-Devtools-Dock-Monitor - 1.1.1

This only happens when you load the page through the browser and not when navigating via the history object.

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

1 participant