Skip to content

Commit

Permalink
fix: lazy component text
Browse files Browse the repository at this point in the history
  • Loading branch information
elibroftw committed Jan 8, 2025
1 parent 1945995 commit 30d0846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/LazyView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { Text } from '@mantine/core';

export default function LazyView() {
return (
<Text>you should see a loading animation only once</Text>
)
<Text>you should see a loading animation (if your CPU is slow) or a network request for this component only once</Text>
);
}

0 comments on commit 30d0846

Please sign in to comment.