Skip to content

Commit

Permalink
Update owner-stack-react-missing-key-prop.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
raunofreiberg committed Feb 4, 2025
1 parent 0bd71a1 commit ab89945
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ const isOwnerStackEnabled = process.env.__NEXT_EXPERIMENTAL_PPR === 'true'
5 | <div>
6 | {list.map((item, index) => (
> 7 | <span>{item}</span>
> 7 | <span>{item}</span>
| ^
8 | ))}
9 | </div>
10 | )"
8 | ))}
9 | </div>
10 | )"
`)
} else {
expect(stackFramesContent).toMatchInlineSnapshot(`
Expand Down

0 comments on commit ab89945

Please sign in to comment.