Page MenuHomePhabricator

D3815.diff
No OneTemporary

D3815.diff

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>,
+ +errorData: $ReadOnlyArray<ErrorData>,
};
class ErrorBoundary extends React.PureComponent<Props, State> {
state: State = {

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 29, 12:44 PM (22 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2597020
Default Alt Text
D3815.diff (438 B)

Event Timeline