Description
I've done some research and seen the previous issue #34 related to Storybook as well as tried to add the NextIntlProvide as suggested in the FAQ but i'm unable to get Storybook working when using the Link component from next-intl/link. Everytime i get the same error:
Cannot read properties of null (reading 'locale')
TypeError: Cannot read properties of null (reading 'locale')
at useClientLocale (https://v6k3s6-6006.csb.app/vendors-node_modules_next-intl_dist_src_link_Link_js.iframe.bundle.js:24:15)
at Link (https://v6k3s6-6006.csb.app/vendors-node_modules_next-intl_dist_src_link_Link_js.iframe.bundle.js:56:94)
at renderWithHooks (https://v6k3s6-6006.csb.app/vendors-node_modules_storybook_addon-essentials_dist_actions_preview_mjs-node_modules_storybo-57ad00.iframe.bundle.js:47812:18)
at updateForwardRef (https://v6k3s6-6006.csb.app/vendors-node_modules_storybook_addon-essentials_dist_actions_preview_mjs-node_modules_storybo-57ad00.iframe.bundle.js:50728:20)
at beginWork (https://v6k3s6-6006.csb.app/vendors-node_modules_storybook_addon-essentials_dist_actions_preview_mjs-node_modules_storybo-57ad00.iframe.bundle.js:53138:16)
at beginWork$1 (https://v6k3s6-6006.csb.app/vendors-node_modules_storybook_addon-essentials_dist_actions_preview_mjs-node_modules_storybo-57ad00.iframe.bundle.js:58928:14)
at performUnitOfWork (https://v6k3s6-6006.csb.app/vendors-node_modules_storybook_addon-essentials_dist_actions_preview_mjs-node_modules_storybo-57ad00.iframe.bundle.js:58059:12)
at workLoopSync (https://v6k3s6-6006.csb.app/vendors-node_modules_storybook_addon-essentials_dist_actions_preview_mjs-node_modules_storybo-57ad00.iframe.bundle.js:57968:5)
at renderRootSync (https://v6k3s6-6006.csb.app/vendors-node_modules_storybook_addon-essentials_dist_actions_preview_mjs-node_modules_storybo-57ad00.iframe.bundle.js:57936:7)
at recoverFromConcurrentError (https://v6k3s6-6006.csb.app/vendors-node_modules_storybook_addon-essentials_dist_actions_preview_mjs-node_modules_storybo-57ad00.iframe.bundle.js:57352:20)
Mandatory reproduction URL (CodeSandbox or GitHub repository)
https://codesandbox.io/p/sandbox/next-intl-bug-template-app-forked-v6k3s6?file=%2Fsrc%2Fstories%2FHeader.tsx%3A40%2C16
Reproduction description
Steps to reproduce:
- Open reproduction
- Open new terminal
- Run
yarn storybook
- Go to the Header doc
- See everything working and Router events being caught in the actions
- Go to the HeaderWithIntl doc
- See the error above
Expected behaviour
Since the Link is supposed to be a drop in for the one from Next i was surprised to see it not work in Storybook. I'm guessing there are some side-effects going on somewhere that might be either a bug or need documentation on how to integrate/stub
Description
I've done some research and seen the previous issue #34 related to Storybook as well as tried to add the
NextIntlProvideas suggested in the FAQ but i'm unable to get Storybook working when using theLinkcomponent fromnext-intl/link. Everytime i get the same error:Mandatory reproduction URL (CodeSandbox or GitHub repository)
https://codesandbox.io/p/sandbox/next-intl-bug-template-app-forked-v6k3s6?file=%2Fsrc%2Fstories%2FHeader.tsx%3A40%2C16
Reproduction description
Steps to reproduce:
yarn storybookExpected behaviour
Since the
Linkis supposed to be a drop in for the one from Next i was surprised to see it not work in Storybook. I'm guessing there are some side-effects going on somewhere that might be either a bug or need documentation on how to integrate/stub