12.0.0-rc.2
Pre-release
Pre-release
💥 Breaking Change
- Replace binary operators with F#-style
~~~,^^^,&&&,|||. #7894
🐛 Bug fix
- Fix: use configured Jsx module for constraining component return type. #7945
- Undeprecate
Js_OOmodule since it is still used with the@thisattribute. #7955 - Fix crash when using bitwise not (
~~~) on an incompatible type. #7965
🏠 Internal
- JSX PPX: use
React.componentinstead ofReact.componentLikefor externals. #7952