react-find-dom-node
Version:
React 19 removed ReactDOM.findDOMNode so this fixes that
1 lines • 113 B
TypeScript
export function findDOMNode(component: import("react")["Component"] | import("react")["PureComponent"]): Element;
React 19 removed ReactDOM.findDOMNode so this fixes that