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?
hi team,
when running both examples I'm getting
prop-typeserrors.Please see below:
Warning: Failed prop type: DockedSagaMonitorView: prop type
darkThemeis invalid; it must be a function, usually from theprop-typespackage, but receivedundefined.in DockedSagaMonitorView (created by DockableSagaView)
in DockableSagaView
in div
checkPropTypes.js:19 Warning: Failed prop type: SagaMonitorView: prop type
darkThemeis invalid; it must be a function, usually from theprop-typespackage, but receivedundefined.in SagaMonitorView (created by Connect(SagaMonitorView))
Warning: Failed prop type: The prop
collapsedis marked as required inEffectEntry, but its value isundefined.in EffectEntry (created by Connect(EffectEntry))
in Connect(EffectEntry) (created by EffectList)
can you help please?