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
bug #832 [Live] Reverting back to simpler serialize for fingerprint calculator (weaverryan)
This PR was merged into the 2.x branch.
Discussion
----------
[Live] Reverting back to simpler serialize for fingerprint calculator
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Tickets | Fix#831
| License | MIT
This reverts #725. The problem is that using the serializer opens all kinds of cans of worms, including circular reference problems.
So, do we still have the big performance problem of #725? I'm not sure. We now only calculate the fingerprint based on LiveProps with `updateFromParent`.
Commits
-------
18fb8a0 [Live] Reverting back to simpler serialize for fingerprint calculator
0 commit comments