Skip to content
GitLab
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
d32d2f3c
Unverified
Commit
d32d2f3c
authored
7 years ago
by
Joe Haddad
Browse files
Options
Download
Email Patches
Plain Diff
Update the README
parent
a5dc84da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/react-error-overlay/README.md
+7
-3
packages/react-error-overlay/README.md
with
7 additions
and
3 deletions
+7
-3
packages/react-error-overlay/README.md
+
7
-
3
View file @
d32d2f3c
# `react-error-overlay`
# `react-error-overlay`
An overlay for displaying stack frames
.
`react-error-overlay`
is an overlay which displays when there is a runtime error
.
#
API
#
#
Development
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
When developing within this package, make sure you run
`npm start`
(or
`yarn start`
) so that the files are compiled as you work.
This is ran in watch mode by default.
If you would like to build this for production, run
`npm run build:prod`
(or
`yarn build:prod`
).
<br>
If you would like to build this one-off for development, you can run
`NODE_ENV=development npm run build`
(or
`NODE_ENV=development yarn build`
).
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