eui
eui copied to clipboard
Line 35 `isFunction` is missing in demo code.
https://elastic.github.io/eui/#/tabular-content/tables#build-a-custom-table-from-individual-components
Line 35 isFunction
is missing, and code sandbox demo is broken.
services/predicate
utils are not exported as part of the top level API, so we'll either need to change the how isFunction
is imported in that file, update the codesandbox regex to account for this location, or not use the util in the demo.
code sandbox demo is broken
Can you explain this a bit more? There is no codesandbox link for that particular example. Did you build your own?
@thompsongl You can click this link and try it.
🤦♂️ I looked in the wrong spot. Thanks for filing an issue!
This could tie in / be fixed at the same time we remove our dependency on data_store
as well 🤷 https://github.com/elastic/eui/issues/5837
I have found it and want to know that what is the solution of this issue .whether I have to check the component?
can i contribute on this issue?
@OzairKhanBro feel free, this specific issue should be a basic typeof
check. However, I don't know if the codesandbox demos will work even after the third-party util is fixed, until https://github.com/elastic/eui/issues/5837 as a whole is resolved.