Skip to content

Commit dc29ce8

Browse files
committed
docs: add user information display in the Quickstart guide example
1 parent 0d25aa5 commit dc29ce8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react/QUICKSTART.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ function App() {
126126
+ {({ user }) => (
127127
+ <div>
128128
+ <h1>Welcome, {user.username}</h1>
129-
+ <UserProfile />
130129
+ </div>
131130
+ )}
132131
+ </User>

0 commit comments

Comments
 (0)