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 1668657 commit 8426402Copy full SHA for 8426402
packages/react/src/hooks/users/useUsers.ts
@@ -62,7 +62,7 @@ export interface UsersResult {
62
* <address>{user.profile.email}</address>
63
* </figure>
64
* ))}
65
- * {hasMore && <button onClick={loadMore}>{isPending ? 'Loading...' : 'Load More'</button>}
+ * {hasMore && <button onClick={loadMore}>{isPending ? 'Loading...' : 'Load More'}</button>}
66
* </div>
67
* )
68
* ```
0 commit comments