Replies: 1 comment 3 replies
-
Can you show me where to use usingState? I'm having the same problem but I can't solve it |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
Today we had a problem when exporting a field, since it was cast to an enum. The fix was easy, just add a
usingState
and jobs done!However, since the enum was already using the
HasLabel
contract maybe it could just resolve the enum withgetLabel()
if that was returned from that field?Beta Was this translation helpful? Give feedback.
All reactions