Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit ffa3824

Browse files
committed
demo: uncomment code
1 parent 44c69d0 commit ffa3824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ function ReferenceProp() {
308308
function App() {
309309
return (
310310
<>
311-
{/* <h2>Content</h2>
311+
<h2>Content</h2>
312312
<ContentString />
313313
<ContentElement />
314314
<h2>Special</h2>
@@ -329,7 +329,7 @@ function App() {
329329
<h2>Fully Controlled on Click</h2>
330330
<FullyControlledOnClick />
331331
<h2>Reference prop</h2>
332-
<ReferenceProp /> */}
332+
<ReferenceProp />
333333
<h2>Nested update</h2>
334334
<NestedUpdate />
335335
</>

0 commit comments

Comments
 (0)