Closed
Description
The docs for fromJS specify that it will only work on raw objects:
Immutable.fromJS
is conservative in it's conversion. It will only convert
- arrays which pass
Array.isArray
to Lists, and only raw objects (no custom- prototype) to Map.
I have a non-raw object that I want to convert, is there any way to override this behavior?
Metadata
Metadata
Assignees
Labels
No labels