Skip to content

Commit 2fd59a6

Browse files
committed
Update snapshot
1 parent a46cdb3 commit 2fd59a6

File tree

1 file changed

+1
-40
lines changed

1 file changed

+1
-40
lines changed

src/__tests__/__snapshots__/main-test.js.snap

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,46 +1009,7 @@ Object {
10091009
],
10101010
"description": "",
10111011
"displayName": "Component",
1012-
"methods": Array [
1013-
Object {
1014-
"docblock": null,
1015-
"modifiers": Array [],
1016-
"name": "UNSAFE_componentWillReceiveProps",
1017-
"params": Array [
1018-
Object {
1019-
"name": "nextProps",
1020-
"optional": undefined,
1021-
"type": Object {
1022-
"alias": "Props",
1023-
"name": "signature",
1024-
"raw": "{|
1025-
data?: Array<mixed>,
1026-
...React.ElementConfig<typeof SomeOtherComponent>,
1027-
|}",
1028-
"signature": Object {
1029-
"properties": Array [
1030-
Object {
1031-
"key": "data",
1032-
"value": Object {
1033-
"elements": Array [
1034-
Object {
1035-
"name": "mixed",
1036-
},
1037-
],
1038-
"name": "Array",
1039-
"raw": "Array<mixed>",
1040-
"required": false,
1041-
},
1042-
},
1043-
],
1044-
},
1045-
"type": "object",
1046-
},
1047-
},
1048-
],
1049-
"returns": null,
1050-
},
1051-
],
1012+
"methods": Array [],
10521013
"props": Object {
10531014
"data": Object {
10541015
"description": "",

0 commit comments

Comments
 (0)