Skip to content

Commit

Permalink
fix: docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jpudysz committed Jan 20, 2025
1 parent 443c367 commit c3b5da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/v3/references/use-unistyles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const MyComponent = () => {
)
}
```
This will re-render multiple components unnecessarily. Instead move `Blurhash` to a separate component and use `withUnistyles` there.
This will re-render multiple components unnecessarily. Instead move `Blurhash` to a separate component and use `useUnistyles` there.

#### 2. Using it at the root level:
```tsx
Expand Down

0 comments on commit c3b5da8

Please sign in to comment.