Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
b0036f40
Unverified
Commit
b0036f40
authored
3 years ago
by
Jayesh Mann
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Disambiguation of parentheses for cra-template
parent
382ba210
github/fork/jayeshmann/patch-1
1 merge request
!11064
Disambiguation of parentheses
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/cra-template/template/src/index.js
+1
-1
packages/cra-template/template/src/index.js
with
1 addition
and
1 deletion
+1
-1
packages/cra-template/template/src/index.js
+
1
-
1
View file @
b0036f40
...
...
@@ -12,6 +12,6 @@ ReactDOM.render(
);
// If you want to start measuring performance in your app, pass a function
// to log results
(
for example: reportWebVitals(console.log)
)
// to log results
,
for example: reportWebVitals(console.log)
;
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
reportWebVitals
();
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets