find-dom-node-polyfill
v1.0.3
Published
ReactDom findDOMNode polyfill
Downloads
12
Readme
Find Dom Node Polyfill
Because React 19 is going to remove the findDOMNode API, I extracted this part of the code from the React source so that you can continue to use it.
Usage
import { findDOMNode } from "find-dom-node-polyfill";