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
Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.
react-admin-intl doesn't support react-admin v3. Specifically the swapPolyglotWithReactIntl won't actually replace the TranslationProvider provided by the react-admin.
Alias for ../i18n/TranslationProvider (notice the one extra dot in the beginning of the path) will result in error:
UncaughtTypeError: can't access property "locale", state.i18n is undefined
Steps to reproduce
Follow the installation instructions, see that bundle doesn't include the TranslationProvider from react-admin-intl after overriding webpack config with swapPolyglotWithReactIntl
Versions
Node/NPM: latest
OS: latest
react-admin-intl: latest
react-admin: latest
The text was updated successfully, but these errors were encountered:
react-admin-intl
Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.
Before opening a new issue, you may find an answer in already closed issues:
https://github.com/yeutech-lab/react-admin-intl/issues?q=is%3Aissue+is%3Aclosed
Issue Type
Description
react-admin-intl
doesn't supportreact-admin
v3. Specifically theswapPolyglotWithReactIntl
won't actually replace the TranslationProvider provided by thereact-admin
.Alias for
../i18n/TranslationProvider
(notice the one extra dot in the beginning of the path) will result in error:Steps to reproduce
Follow the installation instructions, see that bundle doesn't include the TranslationProvider from
react-admin-intl
after overriding webpack config withswapPolyglotWithReactIntl
Versions
The text was updated successfully, but these errors were encountered: