fix: Multiple inputs bugs

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2022-05-13 12:01:56 +02:00
parent 5e6d88c27e
commit 98cfcf2b95
7 changed files with 7552 additions and 9474 deletions

View File

@ -3,5 +3,6 @@ import './mockNextRouter'
import './mockNextImage'
export const parameters = {
layout: 'centered'
layout: 'centered',
actions: { argTypesRegex: '^on.*' }
}