Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[Saved Object Finder] Move to the component in saved_objects_finder plugin #151764
[Saved Object Finder] Move to the component in saved_objects_finder plugin #151764
Changes from 30 commits
1793fb4
14041e6
9ddeec1
c286b73
5480698
afc785c
f2191ab
bc34f07
ae9fa26
67a8706
39ec7a2
2a64434
c11b0f7
0db1f29
f123ece
1ce60a4
f74971e
ea2c057
c4159e8
08c2d9e
eecd4bc
d61b0c1
7456ef6
deab368
9dd9883
e4b5ba3
59741e6
d37e628
c7713ef
882e22a
4314b87
a74490f
4d70c00
aaf7209
079f376
318d2bc
8565fad
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I'm making this difficult, sorry 😅. It looks like there's still a 4kb bundle increase and I think it's because of this import which is no longer used since we switched to the lazy one for
getSavedObjectFinder
. Could we remove this import and its export below and see if that fixes the bundle size increase? If it doesn't fix it, I'll give up and approve anyway -- just want to see if that does it first.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.
I think it should be fine now
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.
Any chance we could use the lazy loaded component here instead to avoid the hit to page load bundles?