From d77b80a94ae1c101c962cf47153416cc712c7caa Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 14 Jan 2025 21:27:16 -0800 Subject: [PATCH] fix(storybook): fix another story not rendering with i18n --- .../ui/NotifyReminderPopup/NotifyReminderPopup.stories.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.stories.tsx b/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.stories.tsx index 6d99fc355..7763bdb85 100644 --- a/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.stories.tsx +++ b/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.stories.tsx @@ -25,6 +25,12 @@ const meta = { Clicking it will make the notification modal display. Clicking the "X" will hide the modal and make it never show again.`, }, }, + nextjs: { + appDirectory: true, + navigation: { + searchParams: {}, + }, + }, }, } satisfies Meta;