Skip to content

Commit

Permalink
Update react-compiler.md (#6965)
Browse files Browse the repository at this point in the history
Added missing comma to the codesample.
  • Loading branch information
dusanmarsa authored Jun 18, 2024
1 parent 56df8af commit 3997808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/learn/react-compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ function reactCompilerLoader(sourceCode, sourceMap) {

this.callback(
null,
result.code
result.code,
result.map === null ? undefined : result.map
);
}
Expand Down

0 comments on commit 3997808

Please sign in to comment.