Open chandlerprall opened 2 years ago
@chandlerprall should the following issue also be tracked here? https://github.com/elastic/eui/issues/4807
@chandlerprall should the following issue also be tracked here? #4807
Done!
It is also erroring when you use EuiAccordion
v62.1.0 SSR has stopped working with the error ReferenceError: window is not defined
I see: "We expect this feature to be completed before the end of October 2023." -> Is the planning on track?
Team - is there any update on this? I've tried integrating Elastic UI with SSR but running into a lot of issues with CSS or HTMLElement throughout the library.
Hello 👋 . We don't have plans to tackle this any time in the near future.
Tried digging through this some more and still running up against the lovely ReferenceError: CSS not defined
.
I no longer hit the CSS error when running dev
, but now only on build
.
Running react: ^18, next: 14.0.4, eui: ^91.2.0
Issue description updated by @tkajtoch.
Summary
Server Side Rendering (SSR) isn't currently officially supported by EUI despite the effort made in the past to make it so. We know that some internal and external teams already use our components and utilities on the server side, and we want to provide official support for this feature.
We've already made some improvements in the past and fixed reported bugs related to SSR as they came, but we have yet to take the time and effort to confirm EUI is 100% SSR compatible.
Acceptance Criteria