fable-compiler / fable-react

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

Removed ICSSProp to reduce casting (fix #56) #58

Closed chadunit closed 6 years ago

chadunit commented 6 years ago

Removed ICSSProp as it was only implemented by CSSProp and therefore only added extra casting for no gain. Style helper now takes CSSProp directly. Any users that were explicitly referencing ICSSProp type will need to change. Fixes #56.

alfonsogarciacaro commented 6 years ago

Thanks!