-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
Cannot make it work with i18n HoC #335
Comments
Have you tried this solution? |
Awesome! Sorry I missed that and thanks again :) |
@sapegin wha is this solution? The link has become invalid (404). |
@lookapanda I’ve updated the link. |
This was referenced Aug 17, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I try to use react-styleguidist with some components that are using react-i18n to get translated.
Unfortunately, there seems to be a problem in my
example.component.md
file as I always get anTypeError: Cannot read property 'getFixedT' of undefined
error.Anyone already faced a similar issue?
Thanks a lot!
The text was updated successfully, but these errors were encountered: