Commit 6033461
Remove deprecated argTypesRegex from Storybook config
Removes the deprecated `actions: { argTypesRegex: "^on[A-Z].*" }` configuration
from the Storybook preview config. This was causing a deprecation warning with
Storybook 10 and the visual test addon.
Since none of our stories currently use action props (onClick, onChange, etc.),
we can safely remove this configuration. If action handlers are needed in the
future, they should be added explicitly using the `fn` function from
`@storybook/test`.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 0333080 commit 6033461
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
| |||
0 commit comments