Skip to content

Commit 16a7154

Browse files
committed
Fix lint
1 parent 7315ca3 commit 16a7154

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)