-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Embeddables Rebuild] Allow Save and Return for React Embeddables #178673
[Embeddables Rebuild] Allow Save and Return for React Embeddables #178673
Conversation
/ci |
Pinging @elastic/kibana-presentation (Team:Presentation) |
Oh dang, that's the error I got, but I assumed it was due to my changes to your maps refactor. Let me take a look. |
@nreese I looked into the error today. Turns out that it's failing when We need to call I was able to work around the issue by modifying the |
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
code review and tested in chrome with react_map_embeddable branch
Summary
Simple fix for #178554. There is already an add new panel method that takes into account both the new and old embeddable systems, this PR uses it instead of
addNewEmbeddable
.