Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[APM] Remove EuiCodeEditor from service map storybook #106927

Closed
smith opened this issue Jul 27, 2021 · 1 comment · Fixed by #109290
Closed

[APM] Remove EuiCodeEditor from service map storybook #106927

smith opened this issue Jul 27, 2021 · 1 comment · Fixed by #109290
Assignees
Labels
Team:APM All issues that need APM UI Team support technical debt Improvement of the software architecture and operational architecture

Comments

@smith
Copy link
Contributor

smith commented Jul 27, 2021

EuiCodeEditor is deprecated. We're only using it in a storybook:

<EuiCodeEditor
mode="json"
theme="github"
width="100%"
value={json}
setOptions={{ fontSize: '12px' }}
isReadOnly
/>

Replace it with something else.

@smith smith added the Team:APM All issues that need APM UI Team support label Jul 27, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/apm-ui (Team:apm)

@cauemarcondes cauemarcondes added [zube]: Backlog technical debt Improvement of the software architecture and operational architecture labels Jul 28, 2021
@smith smith self-assigned this Aug 18, 2021
smith added a commit to smith/kibana that referenced this issue Aug 19, 2021
Replace with Monaco-based `CodeEditor` from kibanaReact.

Fixes elastic#106927.
smith added a commit that referenced this issue Aug 25, 2021
Replace with Monaco-based `CodeEditor` from kibanaReact.

Fixes #106927.
kibanamachine pushed a commit to kibanamachine/kibana that referenced this issue Aug 25, 2021
Replace with Monaco-based `CodeEditor` from kibanaReact.

Fixes elastic#106927.
kibanamachine added a commit that referenced this issue Aug 25, 2021
Replace with Monaco-based `CodeEditor` from kibanaReact.

Fixes #106927.

Co-authored-by: Nathan L Smith <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:APM All issues that need APM UI Team support technical debt Improvement of the software architecture and operational architecture
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants