-
Notifications
You must be signed in to change notification settings - Fork 46
Does not handle states based on immutable library. #10
Comments
Yep I'm experiencing this too. |
I'm bothered that it affects performance significantly, if you have a huge array or object in your state. May be there should be an option in |
Also, I just found out - looks like |
Not sure about that, anyway an option could be a good compromise. |
Try this out: default: with immutable support in diff: in the last example you'll notice performance issues after clicking "push huge array" several times. |
As mentioned here: alexkuz/react-json-tree#32 immutable does not work correctly with this monitor due to a.) a bug in react-json-tree and b.) the fact that the jsondiff view does not consider immutable when generating deltas.
The text was updated successfully, but these errors were encountered: