Closed
Description
Intended behavior: reactwg/react-18#31
Sandbox: https://codesandbox.io/s/react-18-layouteffect-semantics-forked-m02w5
Expected: when suspended content is hidden and then shown, we get layout cleanup followed by layout setup.
Actual: only layout cleanup happens.