Skip to content

Commit 968dcec

Browse files
authored
Merge pull request #251 from moshfiqrony/main
Fix lint for code blocks in hydrate.md
2 parents 6476205 + c0a3873 commit 968dcec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react-dom/hydrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ import App from './App.js';
172172
hydrate(<App />, document.getElementById('root'));
173173
```
174174
175-
```js src/App.js active
175+
```js {expectedErrors: {'react-compiler': [7]}} src/App.js active
176176
import { useState, useEffect } from "react";
177177

178178
export default function App() {

0 commit comments

Comments
 (0)