Skip to content

Commit 78ba4f5

Browse files
committed
Fix key propogation test
1 parent 8038db0 commit 78ba4f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_web/js_fixtures/keys-properly-propagated.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import React from "https://esm.sh/v135/react@19.0"
2-
import ReactDOM from "https://esm.sh/v135/react-dom@19.0/client"
1+
import React from "https://esm.sh/v135/react@18.3.1"
2+
import ReactDOM from "https://esm.sh/v135/react-dom@18.3.1/client"
33
import GridLayout from "https://esm.sh/v135/react-grid-layout@1.5.0";
44
export {GridLayout};
55

0 commit comments

Comments
 (0)