Zero Liu
Zero Liu
sorry I have dumb question. I don't quite get how this proposed hook will work with forwardRef. With `const forwardedRef = useForwardRef(ref);`, when `forwardedRef.current` is set to a new value,...
Same issue with 2.0.0-alpha.4.
I'm running into the same problem with native focus-visible implementation. I'd like to dig out this old thread since Jake was here :D. In the following example: https://codesandbox.io/s/focus-on-page-load-jy595z?file=/src/index.js, I programmatically...