Storage slot issue with ReentrancyGuardTransientUpgradeable using v4 package version i.e without namespace storage

Hi,

I was wondering since ReentrancyGuardTransientUpgradeable uses namespace storage for the transient storage slot, but if I wanna use a version of this contract with v4 version of the openzeppelin-contracts-upgradeable then I can't use the REENTRANCY_GUARD_STORAGE namespace storage slot right ? since there is a risk of storage collisions with upgrades, was wondering is using a contigous storage slot the best way in that case ?