Tomasz Kajtoch

Results 55 comments of Tomasz Kajtoch

The EUI codebase is already compatible with TypeScript 5.x. The reason we're currently labeling this as `blocked` is that our current props table generator, which we use for the EUI...

We've added a new optional `optionMatcher` prop in [this PR](https://github.com/elastic/eui/pull/7709). It will be available in the next version of EUI, which will be released later this week.

@cee-chen this PR only enables automatic preleases. Automated releases still need to be tested, and I'll document them as soon as I'm sure they work fine

This code needs adjustments to work with the monorepo directory structure. I'm planning to work on it in the next few days

This work needs to be re-done due to the changes in directory structure. I'll recreate it when we get back to working on EUI release stuff

The blocking issue has just been merged

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

I moved this to on hold since there's a race condition in Loki that seems to happen randomly when running in CI with Storybook 8. For more context: https://github.com/storybookjs/test-runner/issues/442

If there are any performance considerations regarding this change, we could use our `componentDefaults` feature to conditionally enable this based on a feature flag in Kibana.

From what I observed, it is likely related to Next.js static builds and how the app is hydrated in a browser. `EuiIcon` is not a fully server-side compatible component, and...