Closed s-panferov closed 8 years ago
:+1:
Thanks for this report, I'm hoping to block time tonight to resolve. Will keep you posted.
Tried to if-else my way around this problem without success. Has anyone tested this with react-0.14.0-rc1 yet?
if (__CLIENT__) {
monitor = require('redux-devtools-diff-monitor')
} else {
monitor = LogMonitor
}
Warning: ManifestComponent(...): React component classes must extend React.Component Uncaught Error: Invariant Violation: ManifestComponent.render(): A valid ReactComponent must be returned.
This should be fixed now since we are deferring to devtools itself for hotkeys and the like (mousetrap is no longer used). Let me know if this persists.
Cannot require
redux-devtools-diff-monitor
in node with webpack: