Weird Defender simulation results

We are running the simulation of an upgrade proposal and are getting weird results in the Storage section. It looks like there are two storage slots that are getting updated, then getting reverted at the same time. I executed an upgrade in forking mode and the implementation slot is updated successfully so there must be an issue with reporting the reverts in the simulation.

:computer: Environment

Admin panel

:memo:Details

Proposal: https://defender.openzeppelin.com/#/admin/contracts/matic-0x599a978c43F5cEa1B26a399D28869Ad4690DC07d/proposals/21280906-7d73-44a6-9423-7cfe8b5f3d26

Simulation results:

This looks related to the rollback test performed by the proxy during the upgrade, though it's not clear to me how upgradeTo ends up performing the rollback check. For reference, the proxy is here. Even in this case, shouldn't we have a 5th slot update that updates to the new implementation in the end of the simulation?

Hey @kargakis thanks for raising the issue!
We are looking into this will update you when we know more