fix(storybook): fix storybook rendering with i18n library

This commit is contained in:
Gabe Kangas
2025-01-14 21:19:23 -08:00
parent e02f6dbc20
commit 70282761d3
4 changed files with 26 additions and 1 deletions

View File

@@ -7,6 +7,12 @@ const meta = {
component: Header,
parameters: {
chromatic: { diffThreshold: 0.75 },
nextjs: {
appDirectory: true,
navigation: {
searchParams: {},
},
},
},
} satisfies Meta<typeof Header>;