You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We are using https://react.i18next.com/ for localization and we are trying to write stories for components that use i18next. Those components need to be wrapped by Suspense as translation files are lazy loaded. However, storybook returns the error can't convert symbol to string when we wrap stories with Suspense in decorators.
Describe the bug
We are using https://react.i18next.com/ for localization and we are trying to write stories for components that use i18next. Those components need to be wrapped by Suspense as translation files are lazy loaded. However, storybook returns the error
can't convert symbol to string
when we wrap stories with Suspense in decorators.To Reproduce
Steps to reproduce the behavior:
can't convert symbol to string
I did not set up i18next in the code example. I suspect storybook can't handle lazy load properly
Expected behavior
Storybook should render a button with text LazyLoad
The text was updated successfully, but these errors were encountered: