fable-compiler / fable-react

Fable bindings and helpers for React and React Native
MIT License
275 stars 66 forks source link

Missing 'open' from Fable.React.Props? #231

Closed ciphertools closed 2 years ago

ciphertools commented 2 years ago

When updating to Fable.React 9.0.0, I couldn't get it working until I added open Fable.Core.JsInterop to Fable.React.Props.fs.

alfonsogarciacaro commented 2 years ago

Yes, sorry. I pushed a new version with the fix. Please note that the new version can still break your code if using other dependencies that haven't been updated, see #232.

ciphertools commented 2 years ago

Thanks for the fix. New version now installed and my code is still working ...!