Skip to content

Commit

Permalink
Explain removal
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jul 29, 2020
1 parent 1eca6f2 commit 28403b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/pages/guides/migration-v4/migration-v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ This change affects almost all components where you're using the `component` pro

- This component was removed.
You can get a reference to the underlying DOM node of our components via `ref` prop.
The component relied on [`ReactDOM.findDOMNode`](https://reactjs.org/docs/react-dom.html#finddomnode) which is [deprecated in `React.StrictMode`](https://reactjs.org/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage).

```diff
-<RootRef rootRef={ref}>
Expand Down

0 comments on commit 28403b3

Please sign in to comment.