Skip to content

Commit 23f6380

Browse files
committed
lint
1 parent 8b1545e commit 23f6380

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/fragment.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -148,15 +148,15 @@ Each first-level host child of a Fragment with a `ref` gets a `reactFragments` p
148148

149149
The following `FragmentInstance` methods are available on Web but are **not supported** in React Native:
150150

151-
| Method | Description |
152-
| ---------------------- | ------------------------------------------------------------------- |
153-
| `addEventListener` | Adds an event listener to all first-level host children. |
154-
| `removeEventListener` | Removes an event listener from all first-level host children. |
155-
| `dispatchEvent` | Dispatches an event on the Fragment. |
156-
| `focus` | Focuses the first focusable node depth-first. |
157-
| `focusLast` | Focuses the last focusable node depth-first. |
158-
| `blur` | Removes focus from the active element if within the Fragment. |
159-
| `scrollIntoView` | Scrolls the Fragment's children into view. |
151+
| Method | Description |
152+
| --------------------- | ------------------------------------------------------------- |
153+
| `addEventListener` | Adds an event listener to all first-level host children. |
154+
| `removeEventListener` | Removes an event listener from all first-level host children. |
155+
| `dispatchEvent` | Dispatches an event on the Fragment. |
156+
| `focus` | Focuses the first focusable node depth-first. |
157+
| `focusLast` | Focuses the last focusable node depth-first. |
158+
| `blur` | Removes focus from the active element if within the Fragment. |
159+
| `scrollIntoView` | Scrolls the Fragment's children into view. |
160160

161161
See the [react.dev FragmentInstance documentation](https://react.dev/reference/react/Fragment#fragmentinstance) for details on these methods.
162162

0 commit comments

Comments
 (0)