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
import { createIntlCache } from "react-intl"; has no error.
import { createIntlCache } from "react-intl";
import { createIntlCache } from "react-intl"; emits the error 'createIntlCache' is not exported from 'react-intl'
'createIntlCache' is not exported from 'react-intl'
npm ls react-intl
npm ls react
npm --version
node --version
The text was updated successfully, but these errors were encountered:
Thanks for reporting! We'll fix this asap
Sorry, something went wrong.
19398d7
No branches or pull requests
Expected behavior
import { createIntlCache } from "react-intl";
has no error.Current behavior
import { createIntlCache } from "react-intl";
emits the error'createIntlCache' is not exported from 'react-intl'
Step to reproduce for BUG REPORT
Your Environment
npm ls react-intl
npm ls react
npm --version
node --version
The text was updated successfully, but these errors were encountered: