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
in Fable 4 and up till 5.0-alpha7 I did not have this error when targeting TS:
Unable to find a valid constructor for generating interface via ParamObject, please make sure the constructor has at least one parameter.
Compilation failed
The text was updated successfully, but these errors were encountered:
goswinr
changed the title
regression in 5.0-alpha8: Unable to find a valid constructor for generating interface via ParamObject
[TS] regression in 5.0-alpha8: Unable to find a valid constructor for generating interface via ParamObject
Feb 10, 2025
in Fable 4 and up till 5.0-alpha7 I did not have this error when targeting TS:
here is a minimal repo to reproduce :
https://github.com/goswinr/Fable5.0-alpha8TS-bug/tree/main
This file cause the error. My workaround to inherit from interfaces,
as a way to create webcomponents:
https://github.com/goswinr/Fable5.0-alpha8TS-bug/blob/main/Inheritable.fs
Is this the same as #4025 ?
The text was updated successfully, but these errors were encountered: