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
When importing the Trans component from react-i18next/icu.macro, Webpack throws the following error: Module not found: Error: Package path ./icu.macro is not exported from package
To Reproduce
Install latest version
Import e.g. <Trans> from react-i18next/icu.macro
Run project
importReact,{Component}from'react';import{withTranslation}from'react-i18next';// importing the macro components from react-i18nextimport{Trans,Plural,Select}from'react-i18next/icu.macro';
🐛 Bug Report
When importing the Trans component from
react-i18next/icu.macro
, Webpack throws the following error:Module not found: Error: Package path ./icu.macro is not exported from package
To Reproduce
<Trans>
fromreact-i18next/icu.macro
Expected behavior
No build errors
Your Environment
The text was updated successfully, but these errors were encountered: