Skip to content

Commit 5067140

Browse files
committed
[E2E] Hide React/Vue/Svelte components, until we start to add E2E tests for them
1 parent a28ad51 commit 5067140

File tree

4 files changed

+3
-0
lines changed

4 files changed

+3
-0
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

test_apps/e2e-app/importmap.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@
8585
'react-dom' => [
8686
'version' => '18.3.1',
8787
],
88+
'react-dom/client' => [
89+
'version' => '18.3.1',
90+
],
8891
'scheduler' => [
8992
'version' => '0.23.2',
9093
],

0 commit comments

Comments
 (0)