We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc3502 commit 7a7dca2Copy full SHA for 7a7dca2
tests/test_web/js_fixtures/keys-properly-propagated.js
@@ -4,7 +4,6 @@ import GridLayout from "https://esm.sh/[email protected]";
4
export {GridLayout};
5
6
export function bind(node, config) {
7
- debugger;
8
const root = ReactDOM.createRoot(node);
9
return {
10
create: (type, props, children) =>
0 commit comments