EuiCodeBlockImpl in src/components/code/_code_block.tsx expects to be able to call document.createElement while the class instance is being constructed. This makes it impossible (from a practical POV) to use in the Next starter. This component should only be creating DOM nodes in an appropriate lifecycle function.
EuiCodeBlockImplinsrc/components/code/_code_block.tsxexpects to be able to calldocument.createElementwhile the class instance is being constructed. This makes it impossible (from a practical POV) to use in the Next starter. This component should only be creating DOM nodes in an appropriate lifecycle function.