[Fizz] Ignore error if content node is gone before reveal (#33531)

This commit is contained in:
Sebastian "Sebbie" Silbermann
2025-06-20 14:21:57 +02:00
committed by GitHub
parent 79d9aed7ed
commit 06e89951be
3 changed files with 11 additions and 7 deletions

View File

@@ -4,7 +4,6 @@ import React, {
useEffect,
useState,
unstable_addTransitionType as addTransitionType,
use,
} from 'react';
import Chrome from './Chrome';