diff --git a/README.md b/README.md index a5f52c2..90c9cf0 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ function App() { If you can't place your reference element as a child inside ``, you can use this prop instead. It accepts a React `RefObject` (`.current` property) or a -plain `Element`. +plain `Element`. Make sure to render `` after the referenced element. ```jsx function App() {