File tree Expand file tree Collapse file tree 1 file changed +1
-40
lines changed
src/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +1
-40
lines changed Original file line number Diff line number Diff line change @@ -1009,46 +1009,7 @@ Object {
1009
1009
],
1010
1010
" description" : " " ,
1011
1011
" 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 [],
1052
1013
" props" : Object {
1053
1014
" data" : Object {
1054
1015
" description" : " " ,
You can’t perform that action at this time.
0 commit comments