mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 17:46:56 +03:00
Merge pull request #50 from iamdustan/make-sure-window-exists-for-server-rendering
ensure window exists for universal rendering
This commit is contained in:
commit
b1367c61d4
|
@ -3,8 +3,10 @@ import LogMonitorEntry from './LogMonitorEntry';
|
|||
|
||||
export default class LogMonitor {
|
||||
constructor() {
|
||||
if (typeof window !== 'undefined') {
|
||||
window.addEventListener('keydown', ::this.handleKeyPress);
|
||||
}
|
||||
}
|
||||
|
||||
static propTypes = {
|
||||
computedStates: PropTypes.array.isRequired,
|
||||
|
|
Loading…
Reference in New Issue
Block a user