Allow execute on mount to be empty object when input is undefined
#217
Closed
DavidRowthorn
started this conversation in
Ideas
Replies: 1 comment
-
Fixed in v7.6.2 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For an action that doesn't take any input, the following produces a type error (using WebStorm), complaining about
input
not being a required field.The following fixes it:
{ input: undefined }
should be treated as equivalent to{}
.Beta Was this translation helpful? Give feedback.
All reactions