redux-saga-devtools icon indicating copy to clipboard operation
redux-saga-devtools copied to clipboard

`prop-types` errors

Open MarcelK28 opened this issue 7 years ago • 2 comments

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?

MarcelK28 avatar Jul 24 '18 10:07 MarcelK28

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 .

abettadapur avatar Jul 24 '18 14:07 abettadapur

Any progress on this?

joeyfigaro avatar Sep 09 '18 00:09 joeyfigaro