Files
react/compiled
sebmarkbage 7a01de6a11 Follow through all the phases when an error happens during snapshotting (#32803)
This can happen for example if you have duplicate names in the "old"
state. This errors the transition before the updateCallback is invoked
so we haven't yet applied mutations etc.

This runs through those phases after the error to get us back to a
consistent state.

DiffTrain build for [040f8286e9](https://github.com/facebook/react/commit/040f8286e97eab7aac23a89d5f59967be3bf8f3e)
2025-04-02 07:56:07 -07:00
..