main
js 8 lines 454 Bytes
Raw
1 import {listenToFormSubmissionsForReplaying} from './ReactDOMFizzInstructionSetShared';
2
3 // TODO: Export a helper function that throws the error from javascript URLs instead.
4 // We can do that here since we mess with globals anyway and we can guarantee it has loaded.
5 // It makes less sense in the external runtime since it's async loaded and doesn't expose globals
6 // so we might have to have two different URLs.
7
8 listenToFormSubmissionsForReplaying();