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

Commit 4e4c66a

Browse files
committed
demo: uncomment code
1 parent c5aa48d commit 4e4c66a

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
@@ -358,7 +358,7 @@ function App() {
358358
<h2>Content</h2>
359359
<ContentString />
360360
<ContentElement />
361-
{/* <h2>Special</h2>
361+
<h2>Special</h2>
362362
<DisabledProp />
363363
<VisibleProp />
364364
<h2>Singleton</h2>
@@ -380,7 +380,7 @@ function App() {
380380
<h2>Nested update</h2>
381381
<NestedUpdate />
382382
<h2>Lazy Tippy</h2>
383-
<LazyTippyExample /> */}
383+
<LazyTippyExample />
384384
</>
385385
);
386386
}

0 commit comments

Comments
 (0)