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
The last minor version of Fable.React introduced several breaking changes.
From a user perspective, this is not really friendly so I think it is time to decide if we want to fully type the API or no :)
Because nowadays, my user code looks like a mismatch between several concepts. I can take the subject to explore typed API if this is the way to go. And make it works with SSR etc.
The text was updated successfully, but these errors were encountered:
I saw this, it was easy to fix, just replace some "strings" with the new enums. But as I was updating everything to the bleeding edge, I kind of expected it.
I guess we could type all the CSS properties and then release a major version, breaking changes in the minor version breaks the Semantic Versioning, it's not nice.
I guess we could type all the CSS properties and then release a major version, breaking changes in the minor version breaks the Semantic Versioning, it's not nice.
The last minor version of Fable.React introduced several breaking changes.
From a user perspective, this is not really friendly so I think it is time to decide if we want to fully type the API or no :)
Because nowadays, my user code looks like a mismatch between several concepts. I can take the subject to explore typed API if this is the way to go. And make it works with SSR etc.
The text was updated successfully, but these errors were encountered: