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
Current code assumes that children for the node are arrays, instead it should be iterator to be compatible with Immutable.js and possibly other libraries.
Current code assumes that children for the
nodeare arrays, instead it should be iterator to be compatible with Immutable.js and possibly other libraries.