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
This factors toJS() into its own function and simplifies the implementation to recurse within only toJS() instead of between toJS() and value.toJS(). Also, instead of sniffing for a .toJS function existing on the value, uses isImmutable() which consolidates this logic and makes it more predictable.
0 commit comments