Tomasz Kajtoch

Results 55 comments of Tomasz Kajtoch

Hi @prcdpr! We recommend `yarn link`-ing your local EUI fork to other projects ([see yarn docs](https://classic.yarnpkg.com/lang/en/docs/cli/link/)). There isn't a built-in script to build EUI in watch mode as a library...

Will be unblocked and ready for review when https://github.com/elastic/ci-agent-images/pull/691 is merged

Hi @Dosant let me look into this and get back to you.

We actually only use `@testing-library/react-hooks` as a `devDependency`, which makes this whole thing a bit confusing. Long story short, since this hook contains internal logic, it should likely be treated...

Adding needs validation label back as we need to look into this issue again and understand if it's still happening

Hi @Arup-Chauhan! Thank you for your contribution! This PR has been open as a draft for a while now. Do you think you'll be able to finish your work soon?...

We're actively discussing this internally and will likely move with @MichaelMarcialis [proposal](https://github.com/elastic/eui/issues/7881#issuecomment-2225714202).

The only drawback to using `EuiDataGrid` with a hidden header I see here is the setup complexity. It needs `columns` and `items` to be defined which isn't the best DX,...

This is not valid anymore. We decided not to use embeddable stories as component playgrounds. `EuiComboBox` docs are already converted to MDX.

I'm in the process of reviewing this work