Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@elastic/eui has no exported member 'EuiBasicTable' #2523

Closed
xenoxsis opened this issue Nov 13, 2019 · 1 comment · Fixed by #2428
Closed

@elastic/eui has no exported member 'EuiBasicTable' #2523

xenoxsis opened this issue Nov 13, 2019 · 1 comment · Fixed by #2428

Comments

@xenoxsis
Copy link

Hi,

I am trying to create the first basic table from the configuration. Only when I add the different code parts, VS code says: Module '"@elastic/eui"' has no exported member 'EuiBasicTable'.

So I could fix the VS Code complain by making the EuiBasicTable a default export (i.e. import EuiBasicTable from '@elastic/eui"), but then when the page opens it fails with an error saying there are no default export for that.

I tried recreating in CodeSandbox, but that won't even load when I update to the newest elastic eui version (14.10.0).

Anybody knows what's going on? Or how I can fix it?

@chandlerprall
Copy link
Contributor

This will be fixed when #2428 lands (converting tables to TypeScript).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants