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
I get a TypeScript error when passing showControls={false} to FormCard, even though it is an acceptable prop to pass down to Form. It looks like showControls is added to IFormProps and FormCard uses the base ISharedFormProps instead.
Unsure if other tweaks to these prop interfaces are necessary. This is low priority, since it's an easy local fix.
The text was updated successfully, but these errors were encountered:
I get a TypeScript error when passing
showControls={false}
toFormCard
, even though it is an acceptable prop to pass down toForm
. It looks likeshowControls
is added toIFormProps
andFormCard
uses the baseISharedFormProps
instead.Unsure if other tweaks to these prop interfaces are necessary. This is low priority, since it's an easy local fix.
The text was updated successfully, but these errors were encountered: