We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
window.SubmitEvent
1 parent 8c8ebd7 commit d8e01c3Copy full SHA for d8e01c3
src/Turbo/assets/test/setup.js
@@ -8,4 +8,4 @@
8
*/
9
10
// polyfill for some odd error inside of Turbo in the test environment
11
-window.SubmitEvent = () => {};
+window.SubmitEvent = class {};
0 commit comments