You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constButton=React.forwardRef(functionButton({ children },ref){return<buttonref={ref}>{children}</button>})functionComponent(){const[buttonRef,buttonSize]=useMeasure()console.log(buttonSize)// always return {top: 0, width: 0, ...}// only if i resize window, buttonSize is changesreturn<Buttonref={buttonRef}>my button</Button>}
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
not works with React.forwardRef
The text was updated successfully, but these errors were encountered: