fix(storybook): fix storybook rendering with i18n library
This commit is contained in:
@@ -7,6 +7,12 @@ const meta = {
|
||||
component: Header,
|
||||
parameters: {
|
||||
chromatic: { diffThreshold: 0.75 },
|
||||
nextjs: {
|
||||
appDirectory: true,
|
||||
navigation: {
|
||||
searchParams: {},
|
||||
},
|
||||
},
|
||||
},
|
||||
} satisfies Meta<typeof Header>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user