Skip to content

Commit 8a1b42c

Browse files
add comment for skipping sessions story
1 parent 0cfb396 commit 8a1b42c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/eui/src/components/flyout/manager/flyout_sessions.stories.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ import { useFlyoutManager, useCurrentSession } from './hooks';
2929
const meta: Meta<typeof EuiFlyout> = {
3030
title: 'Layout/EuiFlyout/Flyout Manager',
3131
component: EuiFlyout,
32+
// Skipping Loki as this is a playground for the flyout manager
33+
// https://github.com/elastic/eui/pull/9056/files#r2425379403
3234
parameters: {
3335
loki: {
3436
skip: true,
@@ -45,7 +47,7 @@ interface FlyoutSessionProps {
4547
childSize?: 's' | 'm' | 'fill';
4648
childMaxWidth?: number;
4749
flyoutType: 'overlay' | 'push';
48-
hasChildBackground?: boolean;
50+
hasChildBackground: boolean;
4951
}
5052

5153
const FlyoutSession: React.FC<FlyoutSessionProps> = React.memo((props) => {

0 commit comments

Comments
 (0)