[Security Solution][Sourcerer] Fix data view flash#225366
Closed
lgestc wants to merge 19 commits intoelastic:mainfrom
Closed
[Security Solution][Sourcerer] Fix data view flash#225366lgestc wants to merge 19 commits intoelastic:mainfrom
lgestc wants to merge 19 commits intoelastic:mainfrom
Conversation
...ecurity/plugins/security_solution/public/data_view_manager/containers/data_view_provider.tsx
Outdated
Show resolved
Hide resolved
...ecurity/plugins/security_solution/public/data_view_manager/containers/data_view_provider.tsx
Show resolved
Hide resolved
...solutions/security/plugins/security_solution/public/data_view_manager/hooks/use_data_view.ts
Outdated
Show resolved
Hide resolved
...urity/plugins/security_solution/public/data_view_manager/hooks/use_init_data_view_manager.ts
Outdated
Show resolved
Hide resolved
x-pack/solutions/security/plugins/security_solution/public/timelines/pages/timelines_page.tsx
Show resolved
Hide resolved
1d65860 to
4b3a80f
Compare
Contributor
|
Pinging @elastic/security-threat-hunting-investigations (Team:Threat Hunting:Investigations) |
Contributor
💔 Build Failed
Failed CI StepsTest Failures
Metrics [docs]Module Count
Async chunks
Unknown metric groupsESLint disabled in files
Total ESLint disabled count
History |
Contributor
|
🤖 Jobs for this PR can be triggered through checkboxes. 🚧
ℹ️ To trigger the CI, please tick the checkbox below 👇
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Another attempt at handling flashes and undefined data view.
This time we are doing a prefetch for the default dv in particular space and then set it as initial value for the useDataView hook.
Edit: this is the new thing #225675