We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At the moment Storybook is not properly working as next-i18next depends on fs, which is not available in Storybook.
fs
ModuleNotFoundError: Module not found: Error: Can't resolve 'fs' in '.../nextjs-template/node_modules/next-i18next/dist/esm/config'
The text was updated successfully, but these errors were encountered:
Update: as mentioned in #39 and #44, I think I'll replace https://github.com/isaachinman/next-i18next and use https://github.com/vinissimus/next-translate instead.
Sorry, something went wrong.
Storybook implementation of next-translate: aralroca/next-translate#434 (comment)
natterstefan
Successfully merging a pull request may close this issue.
Bug Report
Relevant information
At the moment Storybook is not properly working as next-i18next depends on
fs
, which is not available in Storybook.Possible Solutions
References
The text was updated successfully, but these errors were encountered: