Open
Description
Right now this hook can produce unexpected hooks because it will return a different object even if its value is identical to the previous one.
Considered that we are working with JSON data, it would be safe to do a value equality check any time we parse the new value, and if it matches the previous one, we should return the previous one to preserve its identity.
Metadata
Metadata
Assignees
Labels
No labels