kibana/packages/security-solution
Sergi Massaneda 4f909916a7
[Security Solution] Fix security-solution storybook package codeowners (#153307)
## Summary

The owner of the security-solution/storybook package was incorrectly set
to `appex-sharedux` (sorry, copy/pasta 🍝 mistake)

Changed to `security-threat-hunting-explore`

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2023-03-20 18:21:57 +01:00
..
side_nav [Security Solution] Side navigation package (#152924) 2023-03-10 18:14:56 +01:00
storybook/config [Security Solution] Fix security-solution storybook package codeowners (#153307) 2023-03-20 18:21:57 +01:00
README.mdx [Security Solution] Side navigation package (#152924) 2023-03-10 18:14:56 +01:00

## Security Solution package

This package compiles components used by Security Solution

### Lazy by default

All components are exported to be lazily-loaded with a default `React.Suspense` default most appropriate to its nature.

If a page needs to alter the `React.Suspense` behavior, (e.g. a different "loading" component), one can import the `Lazy[ComponentName]` version and surround it with a custom `React.Suspense` component.