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
{{ message }}
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.
3 files:
Let's see generated code for ComposeTypes.re:
This is wrong, because there is no conversion from reason record to js object. But!
If we remove import annotation:
than it's ok:
Or we can remove imported type from function signature:
and it's ok too:
Or we can simply rename type
dialog
from RecType.re to other name. For exampleotherName
:And this is fix issue too:
It's very strange
The text was updated successfully, but these errors were encountered: