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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: