Hello,
In a vite with react 17, node 18 environment (vite react 16 node 16 I wasn't hitting this on npm start),
I get the following err:
Using this import statement in my vite app code-base, and latest ver of react-intl-redux:
import { IntlProvider } from "react-intl-redux";
The following change resolves the issue and I believe will not cause any regressions.
Would like this to be considered, not sure if its a commonjs issue.
Hello, In a vite with react 17, node 18 environment (vite react 16 node 16 I wasn't hitting this on npm start),
I get the following err:
Using this import statement in my vite app code-base, and latest ver of react-intl-redux: import { IntlProvider } from "react-intl-redux";
The following change resolves the issue and I believe will not cause any regressions. Would like this to be considered, not sure if its a commonjs issue.
Thanks for taking a look @ratson