Closed
Description
When trying to convert circular data structures using Immutable.fromJS
, it currently throws RangeError: Maximum call stack size exceeded
. Instead of this, could fromJS
follow the semantics of JSON.stringify
and throw a more meaningful error, similar to TypeError: Converting circular structure to JSON
?
Pardon if this is a duplicate, but I searched the existing issues for this and couldn’t find it.
Please let me know if you need any more details and thanks for building Immutable.js 😄
Metadata
Metadata
Assignees
Labels
No labels