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 19d0c85 commit 7f04a19Copy full SHA for 7f04a19
__test__/test-website/src/components/with-display-templates.tsx
@@ -116,7 +116,6 @@ export function Component2A({ opti }: Props2) {
116
}
117
118
export function Component3({ opti }: Props3) {
119
- console.log('Component3 opti', opti);
120
return (
121
<div>
122
<h1>This is an experience (Component3)</h1>
@@ -126,7 +125,6 @@ export function Component3({ opti }: Props3) {
126
125
127
128
export function Component3C({ opti }: Props3) {
129
- console.log('Component3C opti', opti);
130
131
132
<h1>This is an experience (Component3C)</h1>
0 commit comments