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
It appears that shouldSubscribe only works as intended when propsToWatch is also provided in the options object, otherwise both currentProps and nextProps are equal to empty objects.
It appears that
shouldSubscribe
only works as intended whenpropsToWatch
is also provided in the options object, otherwise bothcurrentProps
andnextProps
are equal to empty objects.If
propsToWatch
is not provided, it defaults tonull
(react-komposer/src/compose.js
Line 14 in a51a44d
pick(props, null) === {}
(react-komposer/src/compose.js
Line 59 in a51a44d
The text was updated successfully, but these errors were encountered: