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
Describe the bug
Generating types for the InputField type in the reproduction below produces typescript with invalid syntax (a superfluous curly brace). My guess is that this has to do with the nested flattening of enums.
Describe the bug
Generating types for the
InputField
type in the reproduction below produces typescript with invalid syntax (a superfluous curly brace). My guess is that this has to do with the nested flattening of enums.To Reproduce
Steps to reproduce the behavior:
cargo test
bindings/InputField.ts
}
at end of fileExpected behavior
There are no syntax errors in the generated typescript code.
Screenshots
Version
9.0.1
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: