| 1 | import {revealCompletedBoundariesWithViewTransitions} from './ReactDOMFizzInstructionSetShared'; |
| 2 | |
| 3 | // Upgrade the revealCompletedBoundaries instruction to support ViewTransitions. |
| 4 | // This is a string so Closure's advanced compilation mode doesn't mangle it. |
| 5 | // eslint-disable-next-line dot-notation |
| 6 | window['$RV'] = revealCompletedBoundariesWithViewTransitions.bind( |
| 7 | null, |
| 8 | // eslint-disable-next-line dot-notation |
| 9 | window['$RV'], |
| 10 | ); |