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
This package does not work with the new "moduleResolution": "Bundler" configuration for Typescript in combination with "strict": true.
Could not find a declaration file for module 'react-intl-universal'. '[...]/react-intl-universal-module-resolution-bundler/node_modules/react-intl-universal/es/index.js' implicitly has an 'any' type.
There are types at '[...]/react-intl-universal-module-resolution-bundler/node_modules/react-intl-universal/typings/index.d.ts', but this result could not be resolved when respecting package.json "exports". The 'react-intl-universal' library may need to update its package.json or typings.
The text was updated successfully, but these errors were encountered:
Minimal Repo that reproduces the error: https://github.com/NicoVogel/react-intl-universal-module-resolution-bundler
This package does not work with the new
"moduleResolution": "Bundler"
configuration for Typescript in combination with"strict": true
.The text was updated successfully, but these errors were encountered: