Skip to content

Commit c6b1ca4

Browse files
authored
Update renderToStaticMarkup.md
1 parent 2f1c54d commit c6b1ca4

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

src/content/reference/react-dom/server/renderToStaticMarkup.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,9 @@ const html = renderToStaticMarkup(<Page />);
3434

3535
#### প্যারামিটার {/*parameters*/}
3636

37-
<<<<<<< HEAD
3837
* `reactNode`: একটা React নোড যা আপনি HTML এ রেন্ডার করতে চান। উদাহরণস্বরূপ, `<Page />` এর মত একটি JSX নোড।
39-
=======
40-
* `reactNode`: A React node you want to render to HTML. For example, a JSX node like `<Page />`.
41-
* **optional** `options`: An object for server render.
42-
* **optional** `identifierPrefix`: A string prefix React uses for IDs generated by [`useId`.](/reference/react/useId) Useful to avoid conflicts when using multiple roots on the same page.
43-
>>>>>>> af54fc873819892f6050340df236f33a18ba5fb8
38+
* **optional** `options`: সার্ভার রেন্ডারের জন্য একটি অবজেক্ট।
39+
* **optional** `identifierPrefix`: [`useId`](/reference/react/useId) দিয়ে বানানো ID এর জন্য React যে স্ট্রিং প্রিফিক্স ব্যবহার করে। একই পেইজে একাধিক রুট ব্যবহার করলে কনফ্লিক্ট এড়াতে এটা কাজে লাগে।
4440

4541
#### রিটার্ন {/*returns*/}
4642

0 commit comments

Comments
 (0)