Skip to content

Commit a0607e8

Browse files
committed
chore: fix lint
1 parent 1af3aaa commit a0607e8

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

packages/react-components/react-menu/library/src/components/MenuPopover/renderMenuPopover.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/** @jsxRuntime automatic */
22
/** @jsxImportSource @fluentui/react-jsx-runtime */
3-
'use client';
43

54
import { assertSlots } from '@fluentui/react-utilities';
65
import type { JSXElement } from '@fluentui/react-utilities';

packages/react-components/react-popover/library/src/components/PopoverSurface/__snapshots__/PopoverSurface.test.tsx.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ exports[`PopoverSurface renders a default state 1`] = `
77
data-tabster="{\\"restorer\\":{\\"type\\":0}}"
88
data-testid="component"
99
role="group"
10+
style="opacity: 0;"
1011
>
1112
Default PopoverSurface
1213
</div>

packages/react-components/react-popover/library/src/components/PopoverSurface/renderPopoverSurface.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/** @jsxRuntime automatic */
22
/** @jsxImportSource @fluentui/react-jsx-runtime */
3-
'use client';
43

54
import { assertSlots } from '@fluentui/react-utilities';
65
import type { JSXElement } from '@fluentui/react-utilities';

0 commit comments

Comments
 (0)