@@ -189,13 +189,8 @@ Cannot assign `this.props.x` to `_` because number [1] is incompatible with stri
189
189
^^^^^^^^^^^^
190
190
191
191
References:
192
- <<<<<<< HEAD
193
- <BUILTINS>/react.js:404:36
194
- 404| number: React$PropType$Primitive<number>;
195
- =======
196
- <BUILTINS>/react.js:403:36
197
- 403| number: React$PropType$Primitive<number>;
198
- >>>>>>> Add React.Suspense component and tests
192
+ <BUILTINS>/react.js:411:36
193
+ 411| number: React$PropType$Primitive<number>;
199
194
^^^^^^ [1]
200
195
classes.js:57:12
201
196
57| var _: string = this.props.x;
@@ -393,13 +388,8 @@ Cannot assign `this.props.z` to `qux` because:
393
388
^^^^^^^^^^^^
394
389
395
390
References:
396
- <<<<<<< HEAD
397
- <BUILTINS>/react.js:404:36
398
- 404| number: React$PropType$Primitive<number>;
399
- =======
400
- <BUILTINS>/react.js:403:36
401
- 403| number: React$PropType$Primitive<number>;
402
- >>>>>>> Add React.Suspense component and tests
391
+ <BUILTINS>/react.js:411:36
392
+ 411| number: React$PropType$Primitive<number>;
403
393
^^^^^^ [1]
404
394
new_react.js:19:18
405
395
19| var qux: string = this.props.z;
@@ -415,13 +405,8 @@ Cannot assign `this.props.x` to `w` because string [1] is incompatible with numb
415
405
^^^^^^^^^^^^
416
406
417
407
References:
418
- <<<<<<< HEAD
419
- <BUILTINS>/react.js:406:36
420
- 406| string: React$PropType$Primitive<string>;
421
- =======
422
- <BUILTINS>/react.js:405:36
423
- 405| string: React$PropType$Primitive<string>;
424
- >>>>>>> Add React.Suspense component and tests
408
+ <BUILTINS>/react.js:413:36
409
+ 413| string: React$PropType$Primitive<string>;
425
410
^^^^^^ [1]
426
411
new_react.js:20:15
427
412
20| var w:number = this.props.x;
@@ -454,13 +439,8 @@ References:
454
439
new_react.js:29:23
455
440
29| var element = <C x = {0}/>;
456
441
^ [1]
457
- <<<<<<< HEAD
458
- <BUILTINS>/react.js:406:36
459
- 406| string: React$PropType$Primitive<string>;
460
- =======
461
- <BUILTINS>/react.js:405:36
462
- 405| string: React$PropType$Primitive<string>;
463
- >>>>>>> Add React.Suspense component and tests
442
+ <BUILTINS>/react.js:413:36
443
+ 413| string: React$PropType$Primitive<string>;
464
444
^^^^^^ [2]
465
445
466
446
@@ -565,13 +545,8 @@ Cannot assign `this.props.x` to `a` because:
565
545
^^^^^^^^^^^^
566
546
567
547
References:
568
- <<<<<<< HEAD
569
- <BUILTINS>/react.js:406:36
570
- 406| string: React$PropType$Primitive<string>;
571
- =======
572
- <BUILTINS>/react.js:405:36
573
- 405| string: React$PropType$Primitive<string>;
574
- >>>>>>> Add React.Suspense component and tests
548
+ <BUILTINS>/react.js:413:36
549
+ 413| string: React$PropType$Primitive<string>;
575
550
^^^^^^ [1]
576
551
props.js:14:16
577
552
14| var a: number = this.props.x; // error
@@ -607,13 +582,8 @@ Cannot assign `this.props.z` to `c` because:
607
582
^^^^^^^^^^^^
608
583
609
584
References:
610
- <<<<<<< HEAD
611
- <BUILTINS>/react.js:404:36
612
- 404| number: React$PropType$Primitive<number>;
613
- =======
614
- <BUILTINS>/react.js:403:36
615
- 403| number: React$PropType$Primitive<number>;
616
- >>>>>>> Add React.Suspense component and tests
585
+ <BUILTINS>/react.js:411:36
586
+ 411| number: React$PropType$Primitive<number>;
617
587
^^^^^^ [1]
618
588
props.js:16:16
619
589
16| var c: string = this.props.z; // error
@@ -634,24 +604,14 @@ References:
634
604
props.js:20:29
635
605
20| var element = <TestProps x={false} y={false} z={false} />; // 3 errors
636
606
^^^^^ [1]
637
- <<<<<<< HEAD
638
- <BUILTINS>/react.js:406:36
639
- 406| string: React$PropType$Primitive<string>;
640
- =======
641
- <BUILTINS>/react.js:405:36
642
- 405| string: React$PropType$Primitive<string>;
643
- >>>>>>> Add React.Suspense component and tests
607
+ <BUILTINS>/react.js:413:36
608
+ 413| string: React$PropType$Primitive<string>;
644
609
^^^^^^ [2]
645
610
props.js:20:49
646
611
20| var element = <TestProps x={false} y={false} z={false} />; // 3 errors
647
612
^^^^^ [3]
648
- <<<<<<< HEAD
649
- <BUILTINS>/react.js:404:36
650
- 404| number: React$PropType$Primitive<number>;
651
- =======
652
- <BUILTINS>/react.js:403:36
653
- 403| number: React$PropType$Primitive<number>;
654
- >>>>>>> Add React.Suspense component and tests
613
+ <BUILTINS>/react.js:411:36
614
+ 411| number: React$PropType$Primitive<number>;
655
615
^^^^^^ [4]
656
616
657
617
@@ -708,13 +668,8 @@ References:
708
668
props2.js:9:41
709
669
9| getInitialState: function(): { bar: number } {
710
670
^^^^^^ [1]
711
- <<<<<<< HEAD
712
- <BUILTINS>/react.js:406:36
713
- 406| string: React$PropType$Primitive<string>;
714
- =======
715
- <BUILTINS>/react.js:405:36
716
- 405| string: React$PropType$Primitive<string>;
717
- >>>>>>> Add React.Suspense component and tests
671
+ <BUILTINS>/react.js:413:36
672
+ 413| string: React$PropType$Primitive<string>;
718
673
^^^^^^ [2]
719
674
props2.js:15:42
720
675
15| return <C {...this.state} foo = {0} />;
@@ -745,21 +700,12 @@ Cannot get `React.PropTypes.string.inRequired` because property `inRequired` is
745
700
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
746
701
747
702
References:
748
- <<<<<<< HEAD
749
- <BUILTINS>/react.js:380:39
703
+ <BUILTINS>/react.js:387:39
750
704
v
751
- 380| type ReactPropsChainableTypeChecker = {
752
- 381| isRequired: ReactPropsCheckType;
753
- 382| (props: any, propName: string, componentName: string, href?: string): ?Error;
754
- 383| };
755
- =======
756
- <BUILTINS>/react.js:379:39
757
- v
758
- 379| type ReactPropsChainableTypeChecker = {
759
- 380| isRequired: ReactPropsCheckType;
760
- 381| (props: any, propName: string, componentName: string, href?: string): ?Error;
761
- 382| };
762
- >>>>>>> Add React.Suspense component and tests
705
+ 387| type ReactPropsChainableTypeChecker = {
706
+ 388| isRequired: ReactPropsCheckType;
707
+ 389| (props: any, propName: string, componentName: string, href?: string): ?Error;
708
+ 390| };
763
709
^ [1]
764
710
765
711
0 commit comments