redux-saga / redux-saga-devtools

Saga monitor and UI devtool for redux-saga
MIT License
269 stars 39 forks source link

`prop-types` errors #32

Open MarcelK28 opened 6 years ago

MarcelK28 commented 6 years ago

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?

abettadapur commented 6 years ago

Will take a look

On Tue, Jul 24, 2018, 03:00 MK notifications@github.com 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 .

joeyfigaro commented 6 years ago

Any progress on this?