v10.7.1
Patch Changes
-
fdabfb7: Fix: args using property name (camelCase) now work when the component's attribute name differs from the property name (e.g.,
docsHintproperty withdocs-hintattribute)Previously, the argType was only registered under the attribute name, so
args: { docsHint: "value" }in a story would have no effect. Now the argType is also registered under the property name, allowing property-name-based args to set the corresponding property on the element.