You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@tushar22-tg we use these Issues to track all bugs, feature requests, and other ideas. We have designers and engineers who work full time in this repo, and pull from this same list of issues. A couple of the ideas are big enough for GSoC, and we've compiled them at https://github.com/elastic/gsoc#ideas - as EUI is an open source library, everyone is free to browse our issues and create PRs addressing [nearly] anything listed here, please see https://github.com/elastic/eui/blob/master/CONTRIBUTING.md for more details.
Edit: After replying, I noticed this had the GSoC label. Swapped that out for good first issue
EuiCodeBlockImpl
insrc/components/code/_code_block.tsx
expects to be able to calldocument.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.The text was updated successfully, but these errors were encountered: