Shmew / Feliz.MaterialUI

Feliz-style Fable bindings for Material-UI
https://shmew.github.io/Feliz.MaterialUI/
MIT License
70 stars 19 forks source link

Remove abstract classes #64

Closed alfonsogarciacaro closed 3 years ago

alfonsogarciacaro commented 3 years ago

Hopefully this fixes #59. I've tested it by building the docs and they seem to run correctly.

Fable 3 mangles members of abstract classes by default. This is kind of a breaking change and we may revert it at some point, but I think using interfaces for the bindings is cleaner here so if you don't mind @cmeeren we can merge this and publish a new version to make things compatible with Fable 3 (it will still work fine with Fable 2). Reasons why interfaces are preferred:

cmeeren commented 3 years ago

Thanks, looks good!