Skip to content

Commit 7a7dca2

Browse files
authored
Update keys-properly-propagated.js
Removes debugger statement.
1 parent 1cc3502 commit 7a7dca2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import GridLayout from "https://esm.sh/[email protected]";
44
export {GridLayout};
55

66
export function bind(node, config) {
7-
debugger;
87
const root = ReactDOM.createRoot(node);
98
return {
109
create: (type, props, children) =>

0 commit comments

Comments
 (0)