You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: