diff --git a/native/error-boundary.react.js b/native/error-boundary.react.js --- a/native/error-boundary.react.js +++ b/native/error-boundary.react.js @@ -16,10 +16,10 @@ }); type Props = { - children: React.Node, + +children: React.Node, }; type State = { - errorData: $ReadOnlyArray, + +errorData: $ReadOnlyArray, }; class ErrorBoundary extends React.PureComponent { state: State = {