/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-dom-bindings/src/server/fizz-instruction-set/ReactDOMFizzInlineFormReplaying.js
8 строк
454 B
Sebastian Markbåge
Replay Client Actions After Hydration (#26716)
25 апр 2023, 17:22
Не верифицирован
25 апр 2023, 17:22
bf449ee
Код
Авторство
О чём код?
import {listenToFormSubmissionsForReplaying} from './ReactDOMFizzInstructionSetShared'; // TODO: Export a helper function that throws the error from javascript URLs instead. // We can do that here since we mess with globals anyway and we can guarantee it has loaded. // It makes less sense in the external runtime since it's async loaded and doesn't expose globals // so we might have to have two different URLs. listenToFormSubmissionsForReplaying();