Greg Thompson
Greg Thompson
I tried some things out today and here's a diff containing a linking/copying script: https://github.com/elastic/eui/compare/master...thompsongl:link-eui Things to note: * It's naive. Given Kibana as the dest project, it can hold...
This will likely become a bigger priority: https://github.com/elastic/eui/pull/1822#issuecomment-484571112 (yarn link + reading real file paths + different babel configs)
Looked into using `yarn pack` to be able to more accurately/comprehensively install local EUI in Kibana. Ran into a problem running `yarn add` after changing the `process` directory because of...
Thoughts on the design here? Should this also change?
Hey @PhilippeOberti! Someone else recommended Nx a week or two ago. We'll give it a look for sure!
**For handoff purposes:** https://github.com/thompsongl/eui/compare/main...thompsongl:eui:turborepo WIP branch in a current state that builds a valid `@elastic/eui` package with tests passing. It is meant as a reference branch and I did not...
The `useEffect` method will work, but it's reasonable that there should be an `isCollapsed` and/or `initialIsCollapsed` prop on EuiResizablePanel. _Edit:_ I think `initialIsCollapsed` makes the most sense. The essential use...
> This happens because we have the renderStylesToNodeStream API that you are pulling into your project. Any workaround here? I'm just using `extractCriticalToChunks` and `constructStyleTagsFromChunks` but running into the same...
I think just being able to import the individual functions without going through `createEmotionServer` would be enough (e.g., `import createConstructStyleTagsFromChunks from '@emotion/server/create-instance/construct-style-tags-from-chunks'`)
As part of this work, also mark `EuiFilterSelectItem` for deprecation (See #5387)