Hi, I am using Ory Elements and suddenly I am gett...
# ory-network
s
Hi, I am using Ory Elements and suddenly I am getting these errors, but only in a build environment, does somebody know what's going on here? (Using next.js)
Changing the IntlProvider component to the one from react-intl:
import { IntlProvider } from 'react-intl';
fixed it, no idea why.
Your IntlProvider component:
import { IntlProvider } from '@ory/elements';
throws the error in a build env.
👀 1
😖 1