Skip to content

Commit 4f8a664

Browse files
authored
Update store-test.js.snap
1 parent 2e695e8 commit 4f8a664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-devtools-shared/src/__tests__/__snapshots__/store-test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,6 @@ exports[`Store should show the right display names for special component types 1
627627
▾ <Suspense>
628628
<MyComponent5>
629629
<Baz> [withFoo][withBar]
630-
<Baz> [withFoo][withBar][Memo]
631-
<Baz> [withFoo][withBar][ForwardRef]
630+
<Baz> [Memo][withFoo][withBar]
631+
<Baz> [ForwardRef][withFoo][withBar]
632632
`;

0 commit comments

Comments
 (0)