diff --git a/examples/react/suspense/src/index.tsx b/examples/react/suspense/src/index.tsx index 814718dd78..2402fa9393 100755 --- a/examples/react/suspense/src/index.tsx +++ b/examples/react/suspense/src/index.tsx @@ -70,18 +70,18 @@ function Example() { )} onReset={reset} > - Loading projects...}> - {showProjects ? ( - activeProject ? ( + {showProjects ? ( + Loading projects...}> + {activeProject ? ( ) : ( - ) - ) : null} - + )} + + ) : null} )}