Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing committed Nov 17, 2024
1 parent 45ad482 commit 8b43260
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasks/transform_conformance/snapshots/babel.snap.md
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ rebuilt : ["x"]
7 | abstract accessor prop6: number;
8 | private accessor #p: any;
: ^^^^^^^
9 |
9 |
`----


Expand All @@ -722,7 +722,7 @@ rebuilt : ["x"]
7 | abstract accessor prop6: number;
8 | private accessor #p: any;
: ^^^^^^^
9 |
9 |
`----


Expand Down Expand Up @@ -2316,7 +2316,7 @@ Spread children are not supported in React.
! Please provide an explicit key value. Using "key" as a shorthand for
| "key={true}" is not allowed.
,-[tasks/coverage/babel/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-disallow-valueless-key/input.js:2:15]
1 |
1 |
2 | var x = [<div key></div>];
: ^^^
`----
Expand Down Expand Up @@ -2361,7 +2361,7 @@ Spread children are not supported in React.
! Please provide an explicit key value. Using "key" as a shorthand for
| "key={true}" is not allowed.
,-[tasks/coverage/babel/packages/babel-plugin-transform-react-jsx/test/fixtures/react-automatic/should-disallow-valueless-key/input.js:2:15]
1 |
1 |
2 | var x = [<div key></div>];
: ^^^
`----
Expand Down

0 comments on commit 8b43260

Please sign in to comment.