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
Breaking change introduced in a minor update, resulting in error message when using nuget package in a new SAFE stack with a newer Fable.Browser.Dom version.
I know it is deprecated and i will replace it in my code, but i think it would be better to have set it as obsolete and remove it in a major change
client: .\output\fable_modules\Swate.Components.1.0.0-test.2\TermSearch\TermSearch.fs(847,40): (847,45) error FSHARP: The type 'KeyboardEvent' does not define the field, constructor or member 'which'. (code 39)
client: .\output\fable_modules\Swate.Components.1.0.0-test.2\TermSearch\TermSearch.fs(984,49): (984,54) error FSHARP: The type 'KeyboardEvent' does not define the field, constructor or member 'which'. (code 39)
The text was updated successfully, but these errors were encountered:
I am not sure if we can do something about this one. What I mean is that it seems like I was not careful enough when crafting the releases and this is probably not the only breaking change I introduced in a minor version.
The ideal would be to revert the all the breaking changes, re-release a minor version and then re-apply the breaking change to a new major version.
But this feels like a lot of work...
Could you please use dynamic typing via the ? operator or update your code to not use a deprecated browser API?
I will be more careful in the future to enforce SemVer.
Breaking change introduced in a minor update, resulting in error message when using nuget package in a new SAFE stack with a newer Fable.Browser.Dom version.
I know it is deprecated and i will replace it in my code, but i think it would be better to have set it as obsolete and remove it in a major change
The text was updated successfully, but these errors were encountered: