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.
1 parent 9db6cff commit aacc27cCopy full SHA for aacc27c
starters/apps/e2e/src/components/attributes/attributes.tsx
@@ -40,7 +40,7 @@ export const AttributesChild = component$<{ v: number }>(({ v }) => {
40
renders.count++;
41
const rerenders = renders.count + 0;
42
43
- console.warn(state.stuff);
+ state.stuff;
44
return (
45
<>
46
<div>
starters/apps/e2e/src/components/render/render.tsx
@@ -512,7 +512,7 @@ const Issue3178 = component$(() => {
512
id="issue-3178"
513
ref={(el) => {
514
store.elements.push(el);
515
- console.warn(store.elements[0].nodeType);
+ // console.warn(store.elements[0].nodeType);
516
}}
517
>
518
Hello
0 commit comments