You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
On Tue, Jul 24, 2018, 03:00 MK ***@***.***> 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
<#32>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACTcNXa-StGZkk91EMItr43ZmV2ysspcks5uJvBJgaJpZM4VccXM>
.
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 theprop-types
package, but receivedundefined
.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 theprop-types
package, but receivedundefined
.in SagaMonitorView (created by Connect(SagaMonitorView))
Warning: Failed prop type: The prop
collapsed
is marked as required inEffectEntry
, but its value isundefined
.in EffectEntry (created by Connect(EffectEntry))
in Connect(EffectEntry) (created by EffectList)
can you help please?
The text was updated successfully, but these errors were encountered: