Skip to content

Commit 2eaafb9

Browse files
committed
Resolve conflicts in useDeferredValue.md
1 parent 480efae commit 2eaafb9

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

src/content/reference/react/useDeferredValue.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,7 @@ Tokom ažuriranja, <CodeStep step={2}>odložena vrednost</CodeStep> će "lag-ova
8686

8787
<Note>
8888

89-
<<<<<<< HEAD
90-
Ovaj primer očekuje da koristite izvor podataka koji podržava Suspense:
91-
92-
- Fetch-ovanje podataka sa framework-ovima koji podržavaju Suspense, npr. [Relay](https://relay.dev/docs/guided-tour/rendering/loading-states/) i [Next.js](https://nextjs.org/docs/app/getting-started/fetching-data#with-suspense)
93-
- Lazy-loading koda komponente sa [`lazy`](/reference/react/lazy)
94-
- Čitanje vrednosti Promise-a sa [`use`](/reference/react/use)
95-
=======
96-
This example assumes you use a data source that [activates a Suspense boundary](/reference/react/Suspense#what-activates-a-suspense-boundary), such as a Promise you read with [`use`](/reference/react/use).
97-
>>>>>>> 6be2b020a0cabf2fd6dbff5c42c399b8ac323bca
89+
Ovaj primer očekuje da koristite izvor podataka koji [aktivira Suspense granicu](/reference/react/Suspense#what-activates-a-suspense-boundary), kao što je Promise koji čitate sa [`use`](/reference/react/use).
9890

9991
[Naučite više o Suspense-u i njegovim ograničenjima.](/reference/react/Suspense)
10092

0 commit comments

Comments
 (0)