Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Apr 11, 2019
1 parent a46cdb3 commit 2fd59a6
Showing 1 changed file with 1 addition and 40 deletions.
41 changes: 1 addition & 40 deletions src/__tests__/__snapshots__/main-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1009,46 +1009,7 @@ Object {
],
"description": "",
"displayName": "Component",
"methods": Array [
Object {
"docblock": null,
"modifiers": Array [],
"name": "UNSAFE_componentWillReceiveProps",
"params": Array [
Object {
"name": "nextProps",
"optional": undefined,
"type": Object {
"alias": "Props",
"name": "signature",
"raw": "{|
data?: Array<mixed>,
...React.ElementConfig<typeof SomeOtherComponent>,
|}",
"signature": Object {
"properties": Array [
Object {
"key": "data",
"value": Object {
"elements": Array [
Object {
"name": "mixed",
},
],
"name": "Array",
"raw": "Array<mixed>",
"required": false,
},
},
],
},
"type": "object",
},
},
],
"returns": null,
},
],
"methods": Array [],
"props": Object {
"data": Object {
"description": "",
Expand Down

0 comments on commit 2fd59a6

Please sign in to comment.