Fix flow issue in GhostTextExample

This commit is contained in:
Adam Gleitman 2023-08-07 16:18:24 -07:00
Родитель bea7417e67
Коммит b8d2bbaead
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -107,6 +107,7 @@ function determineGhostText(
function GhostTextExample(): React.Node {
const counter = React.useRef(0);
// $FlowFixMe[missing-empty-array-annot]
const [log, setLog] = React.useState([]);
const clearLog = React.useCallback(() => {