You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,9 @@ type of sourcemaps. You can choose to not display them with this flag.
59
59
`useColumns``[boolean=true]` Column numbers in the stack trace may be unreliable depending on the
60
60
type of sourcemaps. You can choose to not display them with this flag.
61
61
62
+
`style``[?object]` Allows you to override the styles used when rendering the various parts of the
63
+
component. It will be shallow-merged with the [default styles](./src/style.js).
64
+
62
65
If using [react-transform-catch-errors](https://github.com/gaearon/react-transform-catch-errors#installation) you can add these options to your `.babelrc` through the [`imports` property](https://github.com/gaearon/react-transform-catch-errors#installation).
0 commit comments