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
I suppose unsubscribe function should have the following line:
sectionElement=null;
A couple of typos:
When props are given the the component the RECEIVE_PROPS action will be called with the props as its payload.
These are higher-order functions that accept a set of props and return a function handler*:* This allows the handler
Also description of handlersCreators parameter of withHandlers below signature is incorrect.
The text was updated successfully, but these errors were encountered:
It seems there are the following issues in Higher order components documentation.
Example for
withRefs
contains the following code:I suppose unsubscribe function should have the following line:
A couple of typos:
Also description of
handlersCreators
parameter ofwithHandlers
below signature is incorrect.The text was updated successfully, but these errors were encountered: