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
The NPM package's @elastic/eui/eui.d.ts already includes ThemeProvider and many other src-doc files, thus IDEs suggest to add import { ThemeProvider } from '@elastic/eui'; which later does not compile.
The NPM package's
@elastic/eui/eui.d.tsalready includesThemeProviderand many othersrc-docfiles, thus IDEs suggest to addimport { ThemeProvider } from '@elastic/eui';which later does not compile.