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
...to be what's shown in the link. Is this a concern?
denormalizeReduxObject isn't getting stuck in an infinite loop traversing and building the relationships, so what's going on here? Is it just referencing the same object? Also what implications does this have with react's virtual dom reconciliation? redux-object's build method uses getters for scenarios like this, but it doesn't do as good of a job of building those relationships.
The text was updated successfully, but these errors were encountered:
Not sure if this is an issue or not. An example of what I'm talking about: https://d.pr/v/NEVuzG
The problem here is a
shipment
has a relationship toloadData
andloadData
has a relationship to the sameshipment
causing the output of......to be what's shown in the link. Is this a concern?
denormalizeReduxObject
isn't getting stuck in an infinite loop traversing and building the relationships, so what's going on here? Is it just referencing the same object? Also what implications does this have with react's virtual dom reconciliation?redux-object
's build method uses getters for scenarios like this, but it doesn't do as good of a job of building those relationships.The text was updated successfully, but these errors were encountered: