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
Tracked the error back to EUI v28.0.0 (v27.4.1 works in Safari). EuiMarkdown* components were added in that release, which also added quite a few new dependencies and exports (npm shows an "unpacked" size increase of 18MB). material-ui had a similar problem a while back with one of their packages. EUI is 6x larger than the package in question, though, so we may be hitting the same error on a different scale.
Also, you need to add @elastic/datemath and moment as dependencies to fulfill peerDep requirements.
Steps to reproduce:
import { EuiText } from "@elastic/eui";
The moment it gets uncommented, codesandbox throws an error:
It works well with Chrome.
The text was updated successfully, but these errors were encountered: