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
If you import a component that has an op named new or component, it will cause an error in the codegen due to conflicting method names.
To Reproduce
Import common/object which has an operation named new.
Expected behavior
Everything works great
Actual behavior
The component fails to build because of conflicting method names.
Environment:
OS: any
Architecture: any
Build Version: HEAD
The text was updated successfully, but these errors were encountered:
Describe the bug
If you import a component that has an op named
new
orcomponent
, it will cause an error in the codegen due to conflicting method names.To Reproduce
Import
common/object
which has an operation namednew
.Expected behavior
Everything works great
Actual behavior
The component fails to build because of conflicting method names.
Environment:
The text was updated successfully, but these errors were encountered: