-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve handling of untyped enums #403
Comments
@jrcarlos2000 Can I try this issue |
very nice , can i work on this |
@jrcarlos2000 Can I try this issue |
@jrcarlos2000 Can I work on this issue |
Is this issue still available? |
I would like to work on this issue if u assign me.I am new in this open source platform i want to contribute and learn something new. |
hi am a blockchain developer and i will like to handle this issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Overview
When writting with enums which are not typed,
debug-ui
will require us to write()
as input otherwise it wouldnt work.This should work without having to input empty parenthesis because is not really user friendly.
Proposed Solutions or Ideas
When the enum is not typed, which looks something like this :
automatically input () when creating the Enum on the react hook.
this image works
![image](https://private-user-images.githubusercontent.com/88168831/397911269-f3a711b2-ed19-4416-845f-8963f2aea9fa.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg3ODY1NDYsIm5iZiI6MTczODc4NjI0NiwicGF0aCI6Ii84ODE2ODgzMS8zOTc5MTEyNjktZjNhNzExYjItZWQxOS00NDE2LTg0NWYtODk2M2YyYWVhOWZhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA1VDIwMTA0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTAyNTNlZDJjODIzNjAzM2JmZjU3ZTBlMDE2NjA4YTJmZGQ3ZDA4YmJkMzgxMzljMTZmZjQ1ZmM3NjVjNWY1OTImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.48IXHJ2_v42sZhAIAbWMNkv7kgFwt3HgSdrYGeNYa_8)
this is the error
![image](https://private-user-images.githubusercontent.com/88168831/397911299-7fe06729-8686-466c-807f-3666c028085e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg3ODY1NDYsIm5iZiI6MTczODc4NjI0NiwicGF0aCI6Ii84ODE2ODgzMS8zOTc5MTEyOTktN2ZlMDY3MjktODY4Ni00NjZjLTgwN2YtMzY2NmMwMjgwODVlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA1VDIwMTA0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFlMjIwMDIxNmM1YzY0NDhlYTI3ZWJhNTljZDk5Y2E1OGZmZjU1ZmMwYTI1OTZiNzBkZGU0NTA4ODZiYTgwNTUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.XqueiEO6DYZ3pXlFTraFwsaUajFndWCimfz8aOmvPBs)
The text was updated successfully, but these errors were encountered: