We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba72b1f commit f3ff6acCopy full SHA for f3ff6ac
docs/usage/basic-hooks.md
@@ -173,7 +173,7 @@ value changes for both the setup and cleanup of the `useEffect` call:
173
```js
174
import { useEffect } from 'react'
175
import { renderHook } from "react-hooks-testing-library"
176
-import sideEffect from './sideEffect
+import sideEffect from './sideEffect'
177
178
test("should clean up side effect", () => {
179
let id = "first"
@@ -200,7 +200,7 @@ clean up the effect, allowing the test to pass as expected:
200
201
202
203
204
205
206
const { rerender } = renderHook(
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments