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
This request has been brought up in #24 and makes sense only if you decide to keep the three distinct arguments of a form block.
I suggest renaming form block arguments from data, action and schema to formData, formAction and formSchema. This would allow to distinguish between user-defined and package arguments.
This request has been brought up in #24 and makes sense only if you decide to keep the three distinct arguments of a form block.
I suggest renaming form block arguments from
data
,action
andschema
toformData
,formAction
andformSchema
. This would allow to distinguish between user-defined and package arguments.Example in my code (before/after):
The text was updated successfully, but these errors were encountered: