fix(chromatic): add delay to MkChannelList

This commit is contained in:
zyoshoka
2024-05-21 19:25:46 +09:00
parent 201dd36377
commit ee8dcfa3ab
@@ -39,6 +39,10 @@ export const Default = {
}, },
}, },
parameters: { parameters: {
chromatic: {
// NOTE: ロードが終わるまで待つ
delay: 3000,
},
layout: 'fullscreen', layout: 'fullscreen',
msw: { msw: {
handlers: [ handlers: [