redux-saga-devtools
redux-saga-devtools copied to clipboard
`prop-types` errors
hi team,
when running both examples I'm getting prop-types errors.
Please see below:
Warning: Failed prop type: DockedSagaMonitorView: prop type darkTheme is invalid; it must be a function, usually from the prop-types package, but received undefined.
in DockedSagaMonitorView (created by DockableSagaView)
in DockableSagaView
in div
checkPropTypes.js:19 Warning: Failed prop type: SagaMonitorView: prop type darkTheme is invalid; it must be a function, usually from the prop-types package, but received undefined.
in SagaMonitorView (created by Connect(SagaMonitorView))
Warning: Failed prop type: The prop collapsed is marked as required in EffectEntry, but its value is undefined.
in EffectEntry (created by Connect(EffectEntry))
in Connect(EffectEntry) (created by EffectList)
can you help please?
Will take a look
On Tue, Jul 24, 2018, 03:00 MK [email protected] wrote:
hi team,
when running both examples I'm getting prop-types errors.
Please see below:
Warning: Failed prop type: DockedSagaMonitorView: prop type darkTheme is invalid; it must be a function, usually from the prop-types package, but received undefined. in DockedSagaMonitorView (created by DockableSagaView) in DockableSagaView in div
checkPropTypes.js:19 Warning: Failed prop type: SagaMonitorView: prop type darkTheme is invalid; it must be a function, usually from the prop-types package, but received undefined. in SagaMonitorView (created by Connect(SagaMonitorView))
Warning: Failed prop type: The prop collapsed is marked as required in EffectEntry, but its value is undefined. in EffectEntry (created by Connect(EffectEntry)) in Connect(EffectEntry) (created by EffectList)
can you help please?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/redux-saga/redux-saga-devtools/issues/32, or mute the thread https://github.com/notifications/unsubscribe-auth/ACTcNXa-StGZkk91EMItr43ZmV2ysspcks5uJvBJgaJpZM4VccXM .
Any progress on this?