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
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.
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
this is the error
as you can see the last image has the `input` empty.The text was updated successfully, but these errors were encountered: