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
syntax/jsx_v4: fix forwardRef arity regression; mark internal impl uncurried when forwardRef is used (#7738)
- Fix JSX v4 React.forwardRef arity regression seen in v12.
- When forwardRef is used, make the internal implementation uncurried with arity 2.
- Add regression test tests/tests/src/forwardRef_regress.res (JSX v4 enabled).
0 commit comments