Fluentui: Difficulties in updating start from 4.28.0

Created on 15 Aug 2017  路  14Comments  路  Source: microsoft/fluentui

Hi,

Bug Report

  • __Package version(s)__: 4.28.0

Priorities and help requested (not applicable if asking question):

Are you willing to submit a PR to fix? No

Requested priority: Blocking

Describe the issue:

My project is about making a Sharepoint webpart.

I am right now trying to update from 4.21.4 to the latest version. However, I got stuck when I tried to install and run my code on 4.28.0. Errors showed up till the latest version.

Actual behavior:

Here is my terminal output when i tries to gulp build.

Error - typescript - node_modules/office-ui-fabric-react/lib/components/DocumentCard/DocumentCardActivity.d.ts(2,21): error TS2415: Class 'DocumentCardActivity' incorrectly extends base class 'BaseComponent<IDocumentCardActivityProps, any>'.
Error - 'typescript' sub task errored after 3.54 s 
 "TypeScript error(s) occurred."
[10:24:26] Project ssp version: 0.0.1
[10:24:26] Build tools version: 2.5.3
[10:24:26] Node version: v6.11.0
[10:24:26] Total duration: 6.77 s
[10:24:26] Task warnings: 16
[10:24:26] Task errors: 2

package.json

{
  "name": "ssp",
  "version": "0.0.1",
  "private": true,
  "engines": {
    "node": ">=0.10.0"
  },
  "dependencies": {
    "@microsoft/sp-core-library": "~1.1.0",
    "@microsoft/sp-webpart-base": "~1.1.1",
    "@types/jquery": "^2.0.48",
    "@types/jqueryui": "^1.11.34",
    "@types/react": "0.14.46",
    "@types/react-addons-shallow-compare": "0.14.17",
    "@types/react-addons-test-utils": "0.14.15",
    "@types/react-addons-update": "0.14.14",
    "@types/react-dom": "0.14.18",
    "@types/webpack-env": ">=1.12.1 <1.14.0",
    "jquery": "^2.2.4",
    "jqueryui": "^1.11.1",
    "msal": "^0.1.1",
    "office-ui-fabric-react": "^4.28.0",
    "react": "15.4.2",
    "react-dom": "15.4.2",
    "sp-pnp-js": "^2.0.6",
    "superagent": "^3.5.2"
  },
  "devDependencies": {
    "@microsoft/microsoft-graph-types": "^1.0.0",
    "@microsoft/microsoft-graph-types-beta": "microsoftgraph/msgraph-typescript-typings#beta",
    "@microsoft/sp-build-web": "~1.1.0",
    "@microsoft/sp-module-interfaces": "~1.1.0",
    "@microsoft/sp-webpart-workbench": "~1.1.0",
    "@types/chai": ">=3.4.34 <3.6.0",
    "@types/mocha": ">=2.2.33 <2.6.0",
    "gulp": "~3.9.1"
  },
  "scripts": {
    "build": "gulp bundle",
    "clean": "gulp clean",
    "test": "gulp test"
  }
}

To deal with this problem, I have also tried to update the package to some versions later. The error still exists, even more come up when I tried to update to 4.29.0, which required a higher version of @types/react.

Terminal output without update @types/react on 4.29.0:

Error - typescript - node_modules/office-ui-fabric-react/lib/components/Button/Button.Props.d.ts(14,44): error TS2694: Namespace 'React' has no exported member 'AllHTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Button/Button.Props.d.ts(120,22): error TS2694: Namespace 'React' has no exported member 'ButtonHTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Button/Button.Props.d.ts(120,70): error TS2694: Namespace 'React' has no exported member 'AnchorHTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Checkbox/Checkbox.Props.d.ts(14,46): error TS2694: Namespace 'React' has no exported member 'ButtonHTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Checkbox/Checkbox.Props.d.ts(52,23): error TS2694: Namespace 'React' has no exported member 'ButtonHTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/ChoiceGroup/ChoiceGroup.Props.d.ts(5,49): error TS2694: Namespace 'React' has no exported member 'InputHTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/DocumentCard/DocumentCardActivity.d.ts(2,21): error TS2415: Class 'DocumentCardActivity' incorrectly extends base class 'BaseComponent<IDocumentCardActivityProps, any>'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Facepile/Facepile.Props.d.ts(43,48): error TS2694: Namespace 'React' has no exported member 'ButtonHTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Image/Image.Props.d.ts(3,43): error TS2694: Namespace 'React' has no exported member 'ImgHTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Label/Label.Props.d.ts(3,43): error TS2694: Namespace 'React' has no exported member 'LabelHTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Link/Link.Props.d.ts(6,42): error TS2694: Namespace 'React' has no exported member 'AllHTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Rating/Rating.Props.d.ts(6,44): error TS2694: Namespace 'React' has no exported member 'AllHTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/SearchBox/SearchBox.Props.d.ts(7,47): error TS2694: Namespace 'React' has no exported member 'InputHTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/TextField/TextField.Props.d.ts(24,47): error TS2694: Namespace 'React' has no exported member 'AllHTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/pickers/AutoFill/BaseAutoFill.Props.d.ts(40,50): error TS2694: Namespace 'React' has no exported member 'InputHTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/pickers/BasePicker.Props.d.ts(52,23): error TS2694: Namespace 'React' has no exported member 'InputHTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/pickers/PickerItem.Props.d.ts(1,51): error TS2694: Namespace 'React' has no exported member 'AllHTMLAttributes'.
Error - typescript - src/webparts/sharepointRequestForm/components/SharepointRequestForm.tsx(477,12): error TS2339: Property 'required' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<TextField> & ITextFieldProps & { children?: ReactN...'.
Error - typescript - src/webparts/sharepointRequestForm/components/SharepointRequestForm.tsx(478,12): error TS2339: Property 'name' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<TextField> & ITextFieldProps & { children?: ReactN...'.
Error - typescript - src/webparts/sharepointRequestForm/components/SharepointRequestForm.tsx(480,12): error TS2339: Property 'placeholder' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<TextField> & ITextFieldProps & { children?: ReactN...'.
Error - typescript - src/webparts/sharepointRequestForm/components/SharepointRequestForm.tsx(488,12): error TS2339: Property 'required' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<TextField> & ITextFieldProps & { children?: ReactN...'.
Error - typescript - src/webparts/sharepointRequestForm/components/SharepointRequestForm.tsx(489,12): error TS2339: Property 'name' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<TextField> & ITextFieldProps & { children?: ReactN...'.
Error - typescript - src/webparts/sharepointRequestForm/components/SharepointRequestForm.tsx(492,12): error TS2339: Property 'placeholder' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<TextField> & ITextFieldProps & { children?: ReactN...'.
Error - typescript - src/webparts/sharepointRequestForm/components/SharepointRequestForm.tsx(515,12): error TS2339: Property 'required' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<TextField> & ITextFieldProps & { children?: ReactN...'.
Error - typescript - src/webparts/sharepointRequestForm/components/SharepointRequestForm.tsx(516,12): error TS2339: Property 'name' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<TextField> & ITextFieldProps & { children?: ReactN...'.
Error - typescript - src/webparts/sharepointRequestForm/components/SharepointRequestForm.tsx(517,12): error TS2339: Property 'placeholder' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<TextField> & ITextFieldProps & { children?: ReactN...'.
Error - typescript - src/webparts/sharepointRequestForm/components/SharepointRequestForm.tsx(526,25): error TS2339: Property 'onClick' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<PrimaryButton> & IButtonProps & { children?: React...'.
Error - 'typescript' sub task errored after 3.86 s 
 "TypeScript error(s) occurred."
[10:46:39] Project ssp version: 0.0.1
[10:46:39] Build tools version: 2.5.3
[10:46:39] Node version: v6.11.0
[10:46:39] Total duration: 7.07 s
[10:46:39] Task warnings: 16
[10:46:39] Task errors: 28

After updating the @types/react, I got over 500 errors.

None of the errors are related to my code. Any suggestions/guide for me to upgrade my package?

Please let me know if more infos are needed.

Expected behavior:

The package can be updated.

Most helpful comment

i'm having the same issue. @dzearing what was the resolution you commented about on Sep 27?

All 14 comments

I have office-ui-fabric-react >= 4.28.0 working with the following set:
"@types/react": "15.0.38", "@types/react-dom": "15.5.1", "@types/react-redux": "4.4.47", "@types/react-router-dom": "4.0.6", "@types/react-router-redux": "5.0.3", "redux": "3.7.2", "typescript": "2.4.2",

@PFAR , is redux required for office-ui-fabric-react >= 4.28.0?

Hi @pchc2005
Sorry about that, only the react types and typescript are required.

@PFAR , thanks for the clarification. However, the problem is still here after I followed your package versions.

Try these versions:
"@types/react": "15.0.38", "@types/react-dom": "15.5.1", "react": "15.6.1", "react-dom": "15.6.1", "typescript": "2.4.2",

Still not working. Pasting my error logs here,

Error - typescript - node_modules/@types/react/index.d.ts(39,25): error TS1005: ',' expected.
Error - typescript - node_modules/@types/react/index.d.ts(39,27): error TS1005: '>' expected.
Error - typescript - node_modules/@types/react/index.d.ts(39,29): error TS1005: ';' expected.
Error - typescript - node_modules/@types/react/index.d.ts(39,31): error TS1109: Expression expected.
Error - typescript - node_modules/@types/react/index.d.ts(39,51): error TS1005: '(' expected.
Error - typescript - node_modules/@types/react/index.d.ts(39,74): error TS1005: '(' expected.
Error - typescript - node_modules/@types/react/index.d.ts(236,26): error TS1005: ',' expected.
Error - typescript - node_modules/@types/react/index.d.ts(236,28): error TS1005: '>' expected.
Error - typescript - node_modules/@types/react/index.d.ts(236,30): error TS1128: Declaration or statement expected.
Error - typescript - node_modules/@types/react/index.d.ts(236,40): error TS1109: Expression expected.
Error - typescript - node_modules/@types/react/index.d.ts(262,26): error TS1005: ',' expected.
Error - typescript - node_modules/@types/react/index.d.ts(262,28): error TS1005: '>' expected.
Error - typescript - node_modules/@types/react/index.d.ts(262,30): error TS1128: Declaration or statement expected.
Error - typescript - node_modules/@types/react/index.d.ts(262,40): error TS1109: Expression expected.
Error - typescript - node_modules/@types/react/index.d.ts(264,33): error TS1005: ',' expected.
Error - typescript - node_modules/@types/react/index.d.ts(264,35): error TS1005: '>' expected.
Error - typescript - node_modules/@types/react/index.d.ts(264,37): error TS1128: Declaration or statement expected.
Error - typescript - node_modules/@types/react/index.d.ts(264,47): error TS1109: Expression expected.
Error - typescript - node_modules/@types/react/index.d.ts(266,8): error TS1005: ',' expected.
Error - typescript - node_modules/@types/react/index.d.ts(267,8): error TS1005: ',' expected.
Error - typescript - node_modules/@types/react/index.d.ts(278,15): error TS1005: ',' expected.
Error - typescript - node_modules/@types/react/index.d.ts(278,17): error TS1005: '>' expected.
Error - typescript - node_modules/@types/react/index.d.ts(278,19): error TS1005: ';' expected.
Error - typescript - node_modules/@types/react/index.d.ts(278,21): error TS1109: Expression expected.
Error - typescript - node_modules/@types/react/index.d.ts(278,44): error TS1005: '(' expected.
Error - typescript - node_modules/@types/react/index.d.ts(279,35): error TS1005: ',' expected.
Error - typescript - node_modules/@types/react/index.d.ts(279,37): error TS1005: '>' expected.
Error - typescript - node_modules/@types/react/index.d.ts(279,39): error TS1109: Expression expected.
Error - typescript - node_modules/@types/react/index.d.ts(280,8): error TS1136: Property assignment expected.
Error - typescript - node_modules/@types/react/index.d.ts(280,14): error TS1005: ',' expected.
Error - typescript - node_modules/@types/react/index.d.ts(280,54): error TS1109: Expression expected.
Error - typescript - node_modules/@types/react/index.d.ts(280,60): error TS1005: ';' expected.
Error - typescript - node_modules/@types/react/index.d.ts(280,80): error TS1005: '(' expected.
Error - typescript - node_modules/@types/react/index.d.ts(280,86): error TS1005: ')' expected.
Error - typescript - node_modules/@types/react/index.d.ts(281,18): error TS1109: Expression expected.
Error - typescript - node_modules/@types/react/index.d.ts(281,36): error TS1005: '(' expected.
Error - typescript - node_modules/@types/react/index.d.ts(282,21): error TS1109: Expression expected.
Error - typescript - node_modules/@types/react/index.d.ts(282,41): error TS1005: '(' expected.
Error - typescript - node_modules/@types/react/index.d.ts(283,21): error TS1109: Expression expected.
Error - typescript - node_modules/@types/react/index.d.ts(283,33): error TS1005: '(' expected.
Error - typescript - node_modules/@types/react/index.d.ts(284,20): error TS1109: Expression expected.
Error - typescript - node_modules/@types/react/index.d.ts(287,31): error TS1005: ',' expected.
Error - typescript - node_modules/@types/react/index.d.ts(287,33): error TS1005: '>' expected.
Error - typescript - node_modules/@types/react/index.d.ts(287,35): error TS1109: Expression expected.
Error - typescript - node_modules/@types/react/index.d.ts(289,8): error TS1005: ',' expected.
Error - typescript - node_modules/@types/react/index.d.ts(289,36): error TS1005: '(' expected.
Error - typescript - node_modules/@types/react/index.d.ts(290,41): error TS1005: '(' expected.
Error - typescript - node_modules/@types/react/index.d.ts(291,46): error TS1005: '(' expected.
Error - typescript - node_modules/@types/react/index.d.ts(292,33): error TS1005: '(' expected.
Error - typescript - node_modules/@types/react/index.d.ts(293,28): error TS1005: ',' expected.
Error - typescript - node_modules/@types/react/index.d.ts(296,38): error TS1005: ',' expected.
Error - typescript - node_modules/@types/react/index.d.ts(296,40): error TS1005: '>' expected.
Error - typescript - node_modules/@types/react/index.d.ts(296,42): error TS1109: Expression expected.
Error - typescript - node_modules/@types/react/index.d.ts(296,44): error TS1109: Expression expected.
Error - typescript - node_modules/@types/react/index.d.ts(298,8): error TS1005: ',' expected.
Error - typescript - node_modules/@types/react/index.d.ts(3354,0): error TS1128: Declaration or statement expected.
Error - typescript - node_modules/@types/react-dom/index.d.ts(14,4): error TS2305: Module '"/Users/cheunpe/Development/NSC/SelfServicePortal/react-webpart/node_modules/@types/react/index"' has no exported member 'DOMAttributes'.
Error - typescript - node_modules/@types/react-dom/index.d.ts(41,21): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
Error - typescript - node_modules/@types/react-dom/index.d.ts(56,21): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
Error - typescript - node_modules/@types/react-dom/index.d.ts(61,21): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
Error - typescript - node_modules/@types/react-dom/index.d.ts(66,21): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
Error - typescript - node_modules/@types/react/index.d.ts(17,28): error TS2314: Generic type 'AnimationEvent<T>' requires 1 type argument(s).
Error - typescript - node_modules/@types/react/index.d.ts(18,28): error TS2314: Generic type 'ClipboardEvent<T>' requires 1 type argument(s).
Error - typescript - node_modules/@types/react/index.d.ts(19,30): error TS2314: Generic type 'CompositionEvent<T>' requires 1 type argument(s).
Error - typescript - node_modules/@types/react/index.d.ts(20,23): error TS2314: Generic type 'DragEvent<T>' requires 1 type argument(s).
Error - typescript - node_modules/@types/react/index.d.ts(21,24): error TS2314: Generic type 'FocusEvent<T>' requires 1 type argument(s).
Error - typescript - node_modules/@types/react/index.d.ts(22,27): error TS2314: Generic type 'KeyboardEvent<T>' requires 1 type argument(s).
Error - typescript - node_modules/@types/react/index.d.ts(23,24): error TS2314: Generic type 'MouseEvent<T>' requires 1 type argument(s).
Error - typescript - node_modules/@types/react/index.d.ts(24,24): error TS2314: Generic type 'TouchEvent<T>' requires 1 type argument(s).
Error - typescript - node_modules/@types/react/index.d.ts(25,29): error TS2314: Generic type 'TransitionEvent<T>' requires 1 type argument(s).
Error - typescript - node_modules/@types/react/index.d.ts(26,21): error TS2314: Generic type 'UIEvent<T>' requires 1 type argument(s).
Error - typescript - node_modules/@types/react/index.d.ts(27,24): error TS2314: Generic type 'WheelEvent<T>' requires 1 type argument(s).
Error - typescript - node_modules/@types/react/index.d.ts(39,33): error TS2693: 'ComponentClass' only refers to a type, but is being used as a value here.
Error - typescript - node_modules/@types/react/index.d.ts(39,53): error TS2693: 'StatelessComponent' only refers to a type, but is being used as a value here.
Error - typescript - node_modules/@types/react/index.d.ts(70,41): error TS2314: Generic type 'ClassicComponent<P>' requires 1 type argument(s).
Error - typescript - node_modules/@types/react/index.d.ts(103,41): error TS2314: Generic type 'ClassicComponent<P>' requires 1 type argument(s).
Error - typescript - node_modules/@types/react/index.d.ts(148,27): error TS2314: Generic type 'ClassicComponent<P>' requires 1 type argument(s).
Error - typescript - node_modules/@types/react/index.d.ts(148,104): error TS2314: Generic type 'ClassicComponent<P>' requires 1 type argument(s).
Error - typescript - node_modules/@types/react/index.d.ts(173,27): error TS2314: Generic type 'ClassicComponent<P>' requires 1 type argument(s).
Error - typescript - node_modules/@types/react/index.d.ts(174,32): error TS2314: Generic type 'ClassicComponent<P>' requires 1 type argument(s).
Error - typescript - node_modules/@types/react/index.d.ts(175,47): error TS2314: Generic type 'ClassicComponent<P>' requires 1 type argument(s).
Error - typescript - node_modules/@types/react/index.d.ts(232,25): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
Error - typescript - node_modules/@types/react/index.d.ts(236,32): error TS2304: Cannot find name 'S'.
Error - typescript - node_modules/@types/react/index.d.ts(236,48): error TS2693: 'ComponentLifecycle' only refers to a type, but is being used as a value here.
Error - typescript - node_modules/@types/react/index.d.ts(236,48): error TS2695: Left side of comma operator is unused and has no side effects.
Error - typescript - node_modules/@types/react/index.d.ts(236,67): error TS2304: Cannot find name 'P'.
Error - typescript - node_modules/@types/react/index.d.ts(236,70): error TS2304: Cannot find name 'S'.
Error - typescript - node_modules/@types/react/index.d.ts(237,10): error TS2428: All declarations of 'Component' must have identical type parameters.
Error - typescript - node_modules/@types/react/index.d.ts(262,32): error TS2304: Cannot find name 'S'.
Error - typescript - node_modules/@types/react/index.d.ts(262,48): error TS2695: Left side of comma operator is unused and has no side effects.
Error - typescript - node_modules/@types/react/index.d.ts(262,58): error TS2304: Cannot find name 'P'.
Error - typescript - node_modules/@types/react/index.d.ts(262,61): error TS2304: Cannot find name 'S'.
Error - typescript - node_modules/@types/react/index.d.ts(264,39): error TS2304: Cannot find name 'S'.
Error - typescript - node_modules/@types/react/index.d.ts(264,55): error TS2695: Left side of comma operator is unused and has no side effects.
Error - typescript - node_modules/@types/react/index.d.ts(264,65): error TS2304: Cannot find name 'P'.
Error - typescript - node_modules/@types/react/index.d.ts(264,68): error TS2304: Cannot find name 'S'.
Error - typescript - node_modules/@types/react/index.d.ts(265,32): error TS2304: Cannot find name 'S'.
Error - typescript - node_modules/@types/react/index.d.ts(267,28): error TS2304: Cannot find name 'S'.
Error - typescript - node_modules/@types/react/index.d.ts(278,23): error TS2693: 'StatelessComponent' only refers to a type, but is being used as a value here.
Error - typescript - node_modules/@types/react/index.d.ts(279,41): error TS2349: Cannot invoke an expression whose type lacks a call signature. Type '{}' has no compatible call signatures.
Error - typescript - node_modules/@types/react/index.d.ts(280,9): error TS2304: Cannot find name 'props'.
Error - typescript - node_modules/@types/react/index.d.ts(280,16): error TS2304: Cannot find name 'P'.
Error - typescript - node_modules/@types/react/index.d.ts(280,20): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number' or an enum type.
Error - typescript - node_modules/@types/react/index.d.ts(280,33): error TS2693: 'ReactNode' only refers to a type, but is being used as a value here.
Error - typescript - node_modules/@types/react/index.d.ts(280,56): error TS2304: Cannot find name 'any'.
Error - typescript - node_modules/@types/react/index.d.ts(280,62): error TS2693: 'ReactElement' only refers to a type, but is being used as a value here.
Error - typescript - node_modules/@types/react/index.d.ts(280,82): error TS2531: Object is possibly 'null'.
Error - typescript - node_modules/@types/react/index.d.ts(281,8): error TS2304: Cannot find name 'propTypes'.
Error - typescript - node_modules/@types/react/index.d.ts(281,20): error TS2693: 'ValidationMap' only refers to a type, but is being used as a value here.
Error - typescript - node_modules/@types/react/index.d.ts(282,8): error TS2304: Cannot find name 'contextTypes'.
Error - typescript - node_modules/@types/react/index.d.ts(282,23): error TS2693: 'ValidationMap' only refers to a type, but is being used as a value here.
Error - typescript - node_modules/@types/react/index.d.ts(283,8): error TS2304: Cannot find name 'defaultProps'.
Error - typescript - node_modules/@types/react/index.d.ts(283,23): error TS2693: 'Partial' only refers to a type, but is being used as a value here.
Error - typescript - node_modules/@types/react/index.d.ts(284,8): error TS2304: Cannot find name 'displayName'.
Error - typescript - node_modules/@types/react/index.d.ts(284,22): error TS2304: Cannot find name 'string'.
Error - typescript - node_modules/@types/react/index.d.ts(288,21): error TS2304: Cannot find name 'P'.
Error - typescript - node_modules/@types/react/index.d.ts(288,40): error TS2304: Cannot find name 'Component'.
Error - typescript - node_modules/@types/react/index.d.ts(289,20): error TS2693: 'ValidationMap' only refers to a type, but is being used as a value here.
Error - typescript - node_modules/@types/react/index.d.ts(290,23): error TS2693: 'ValidationMap' only refers to a type, but is being used as a value here.
Error - typescript - node_modules/@types/react/index.d.ts(291,28): error TS2693: 'ValidationMap' only refers to a type, but is being used as a value here.
Error - typescript - node_modules/@types/react/index.d.ts(292,23): error TS2693: 'Partial' only refers to a type, but is being used as a value here.
Error - typescript - node_modules/@types/react/index.d.ts(293,22): error TS2304: Cannot find name 'string'.
Error - typescript - node_modules/@types/react/index.d.ts(296,52): error TS2693: 'ComponentClass' only refers to a type, but is being used as a value here.
Error - typescript - node_modules/@types/react/index.d.ts(296,52): error TS2365: Operator '>' cannot be applied to types 'boolean' and '{ new(props?: any, context?: any): any; getDefaultProps?(): any; }'.
Error - typescript - node_modules/@types/react/index.d.ts(296,67): error TS2304: Cannot find name 'P'.
Error - typescript - node_modules/@types/react/index.d.ts(297,21): error TS2304: Cannot find name 'P'.
Error - typescript - node_modules/@types/react/index.d.ts(297,40): error TS2304: Cannot find name 'ClassicComponent'.
Error - typescript - node_modules/@types/react/index.d.ts(298,28): error TS2304: Cannot find name 'P'.
Error - typescript - node_modules/@types/react/index.d.ts(306,32): error TS2304: Cannot find name 'Component'.
Error - typescript - node_modules/@types/react/index.d.ts(341,18): error TS2304: Cannot find name 'ReactElement'.
Error - typescript - node_modules/@types/react/index.d.ts(516,19): error TS2304: Cannot find name 'ReactNode'.
Error - typescript - node_modules/@types/react/index.d.ts(517,14): error TS2304: Cannot find name 'Key'.
Error - typescript - node_modules/@types/react/index.d.ts(518,14): error TS2304: Cannot find name 'Ref'.
Error - typescript - node_modules/@types/react/index.d.ts(521,57): error TS2304: Cannot find name 'ClassAttributes'.
Error - typescript - node_modules/@types/react/index.d.ts(524,61): error TS2304: Cannot find name 'ClassAttributes'.
Error - typescript - node_modules/@types/react/index.d.ts(526,52): error TS2304: Cannot find name 'ClassAttributes'.
Error - typescript - node_modules/@types/react/index.d.ts(530,19): error TS2304: Cannot find name 'ReactNode'.
Error - typescript - node_modules/@types/react/index.d.ts(3144,11): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3145,14): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3146,17): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3147,14): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3148,17): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3149,15): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3150,15): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3151,11): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3152,14): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3153,13): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3154,13): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3155,13): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3156,20): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3157,14): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3158,12): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3159,16): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3160,16): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3161,17): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3162,14): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3163,14): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3164,13): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3165,18): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3166,14): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3167,18): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3168,12): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3169,13): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3170,17): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3171,13): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3172,16): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3173,13): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3174,12): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3175,12): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3176,12): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3177,15): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3178,18): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3179,20): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3180,16): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3181,16): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3182,14): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3183,12): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3184,12): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3185,12): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3186,12): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3187,12): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3188,12): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3189,14): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3190,16): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3191,16): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3192,12): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3193,14): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3194,11): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3195,16): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3196,13): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3197,15): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3198,13): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3199,13): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3200,16): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3201,15): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3202,16): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3203,12): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3204,14): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3205,14): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3206,13): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3207,14): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3208,14): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3209,18): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3210,14): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3211,15): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3212,13): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3213,18): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3214,16): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3215,12): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3216,18): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3217,16): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3218,16): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3219,11): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3220,15): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3221,17): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3222,13): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3223,18): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3224,11): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3225,12): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3226,12): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3227,14): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3228,11): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3229,14): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3230,16): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3231,17): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3232,16): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3233,15): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3234,16): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3235,14): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3236,16): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3237,15): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3238,13): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3239,17): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3240,13): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3241,15): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3242,15): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3243,12): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3244,18): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3245,15): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3246,12): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3247,15): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3248,14): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3249,15): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3250,12): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3251,15): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3252,11): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3253,12): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3254,15): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3255,15): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3256,13): error TS2304: Cannot find name 'DetailedHTMLFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3260,13): error TS2304: Cannot find name 'SVGFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3261,17): error TS2304: Cannot find name 'SVGFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3262,16): error TS2304: Cannot find name 'SVGFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3263,14): error TS2304: Cannot find name 'SVGFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3264,17): error TS2304: Cannot find name 'SVGFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3265,11): error TS2304: Cannot find name 'SVGFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3266,15): error TS2304: Cannot find name 'SVGFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3267,14): error TS2304: Cannot find name 'SVGFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3268,24): error TS2304: Cannot find name 'SVGFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3269,14): error TS2304: Cannot find name 'SVGFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3270,14): error TS2304: Cannot find name 'SVGFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3271,17): error TS2304: Cannot find name 'SVGFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3272,17): error TS2304: Cannot find name 'SVGFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3273,18): error TS2304: Cannot find name 'SVGFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3274,24): error TS2304: Cannot find name 'SVGFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3275,14): error TS2304: Cannot find name 'SVGFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3276,14): error TS2304: Cannot find name 'SVGFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3277,16): error TS2304: Cannot find name 'SVGFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3278,14): error TS2304: Cannot find name 'SVGFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3279,15): error TS2304: Cannot find name 'SVGFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3280,13): error TS2304: Cannot find name 'SVGFactory'.
Error - typescript - node_modules/@types/react/index.d.ts(3320,25): error TS2304: Cannot find name 'ReactNode'.
Error - typescript - node_modules/@types/react/index.d.ts(3320,48): error TS2304: Cannot find name 'ReactChild'.
Error - typescript - node_modules/@types/react/index.d.ts(3321,26): error TS2304: Cannot find name 'ReactNode'.
Error - typescript - node_modules/@types/react/index.d.ts(3321,49): error TS2304: Cannot find name 'ReactChild'.
Error - typescript - node_modules/@types/react/index.d.ts(3322,24): error TS2304: Cannot find name 'ReactNode'.
Error - typescript - node_modules/@types/react/index.d.ts(3323,23): error TS2304: Cannot find name 'ReactNode'.
Error - typescript - node_modules/@types/react/index.d.ts(3323,35): error TS2304: Cannot find name 'ReactElement'.
Error - typescript - node_modules/@types/react/index.d.ts(3324,26): error TS2304: Cannot find name 'ReactNode'.
Error - typescript - node_modules/@types/react/index.d.ts(3324,38): error TS2304: Cannot find name 'ReactChild'.
Error - typescript - node_modules/@types/react/index.d.ts(3359,18): error TS2320: Interface 'Element' cannot simultaneously extend types 'ReactElement<any>' and 'ReactElement<any>'.
Error - typescript - node_modules/@types/react/index.d.ts(3360,39): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
Error - typescript - node_modules/@types/react/index.d.ts(3372,21): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3373,24): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3374,27): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3375,24): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3376,27): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3377,25): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3378,25): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3379,21): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3380,24): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3381,23): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3382,23): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3383,23): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3384,30): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3385,24): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3386,22): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3387,26): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3388,26): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3389,27): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3390,24): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3391,24): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3392,23): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3393,28): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3394,24): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3395,28): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3396,22): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3397,23): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3398,27): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3399,23): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3400,26): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3401,23): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3402,22): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3403,22): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3404,22): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3405,25): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3406,28): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3407,30): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3408,26): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3409,26): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3410,24): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3411,22): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3412,22): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3413,22): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3414,22): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3415,22): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3416,22): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3417,24): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3418,26): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3419,26): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3420,22): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3421,24): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3422,21): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3423,26): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3424,23): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3425,25): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3426,23): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3427,23): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3428,26): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3429,25): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3430,26): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3431,22): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3432,24): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3433,24): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3434,23): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3435,24): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3436,24): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3437,28): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3438,24): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3439,25): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3440,23): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3441,27): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3442,28): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3443,26): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3444,22): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3445,28): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3446,26): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3447,26): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3448,21): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3449,25): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3450,27): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3451,23): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3452,28): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3453,21): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3454,22): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3455,22): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3456,24): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3457,21): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3458,24): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3459,26): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3460,27): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3461,26): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3462,25): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3463,26): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3464,24): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3465,26): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3466,25): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3467,23): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3468,27): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3469,23): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3470,25): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3471,25): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3472,22): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3473,28): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3474,25): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3475,22): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3476,25): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3477,24): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3478,25): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3479,22): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3480,25): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3481,21): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3482,22): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3483,25): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3484,25): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3485,23): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3488,23): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3490,27): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3491,36): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3492,26): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3493,28): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3494,24): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3495,24): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3496,27): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3497,27): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3498,33): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3499,39): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3500,31): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3501,36): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3502,37): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3503,37): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3504,34): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3505,27): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3506,27): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3507,27): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3508,27): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3509,27): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3510,34): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3511,27): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3512,27): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3513,31): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3514,32): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3515,28): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3516,32): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3517,38): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3518,31): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3519,26): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3520,32): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3521,26): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3522,33): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3523,21): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3524,25): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3525,24): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3526,34): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3527,26): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3528,24): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3529,28): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3530,24): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3531,27): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3532,27): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3533,28): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3534,34): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3535,24): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3536,24): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3537,26): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3538,26): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3539,24): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3540,28): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3541,25): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3542,23): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/@types/react/index.d.ts(3543,24): error TS2694: Namespace 'React' has no exported member 'SVGProps'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Breadcrumb/Breadcrumb.Props.d.ts(5,48): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Breadcrumb/Breadcrumb.Props.d.ts(48,26): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Button/Button.Props.d.ts(14,44): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Button/Button.Props.d.ts(120,22): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Button/Button.Props.d.ts(120,64): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Calendar/Calendar.Props.d.ts(8,46): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Calendar/CalendarDay.d.ts(13,49): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Calendar/CalendarMonth.d.ts(3,51): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Callout/Callout.Props.d.ts(7,45): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.d.ts(35,31): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Callout/CalloutContent.d.ts(35,63): error TS2694: Namespace 'React' has no exported member 'KeyboardEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Checkbox/Checkbox.Props.d.ts(14,46): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Checkbox/Checkbox.Props.d.ts(45,27): error TS2694: Namespace 'React' has no exported member 'FormEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Checkbox/Checkbox.Props.d.ts(52,23): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/ChoiceGroup/ChoiceGroup.Props.d.ts(5,49): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/ChoiceGroup/ChoiceGroup.Props.d.ts(27,27): error TS2694: Namespace 'React' has no exported member 'FormEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/ChoiceGroup/ChoiceGroup.Props.d.ts(36,57): error TS2694: Namespace 'React' has no exported member 'FormEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/CommandBar/CommandBar.Props.d.ts(8,48): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.Props.d.ts(16,52): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.Props.d.ts(105,30): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.Props.d.ts(209,26): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/ContextualMenu/ContextualMenu.Props.d.ts(235,18): error TS2694: Namespace 'React' has no exported member 'CSSProperties'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/DatePicker/DatePicker.Props.d.ts(5,48): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/DetailsList/DetailsHeader.d.ts(10,51): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/DetailsList/DetailsHeader.d.ts(19,31): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/DetailsList/DetailsHeader.d.ts(20,54): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/DetailsList/DetailsList.Props.d.ts(20,49): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/DetailsList/DetailsList.Props.d.ts(80,38): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/DetailsList/DetailsList.Props.d.ts(82,62): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/DetailsList/DetailsList.Props.d.ts(109,66): error TS2694: Namespace 'React' has no exported member 'FocusEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/DetailsList/DetailsList.Props.d.ts(223,32): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/DetailsList/DetailsList.Props.d.ts(227,56): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/DetailsList/DetailsList.d.ts(82,106): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/DetailsList/DetailsRow.d.ts(8,48): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/DetailsList/DetailsRowCheck.d.ts(1,53): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Dialog/Dialog.Props.d.ts(9,44): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Dialog/Dialog.Props.d.ts(22,28): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Dialog/DialogContent.Props.d.ts(6,51): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Dialog/DialogContent.Props.d.ts(27,28): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/DocumentCard/DocumentCard.Props.d.ts(12,50): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/DocumentCard/DocumentCard.Props.d.ts(26,26): error TS2694: Namespace 'React' has no exported member 'SyntheticEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/DocumentCard/DocumentCard.Props.d.ts(55,57): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/DocumentCard/DocumentCard.Props.d.ts(117,55): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/DocumentCard/DocumentCard.Props.d.ts(132,58): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/DocumentCard/DocumentCard.Props.d.ts(148,26): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/DocumentCard/DocumentCard.Props.d.ts(154,58): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/DocumentCard/DocumentCard.Props.d.ts(187,57): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Fabric/Fabric.d.ts(3,44): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Facepile/Facepile.Props.d.ts(6,46): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Facepile/Facepile.Props.d.ts(43,48): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Facepile/Facepile.Props.d.ts(66,26): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Facepile/Facepile.Props.d.ts(70,30): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Facepile/Facepile.Props.d.ts(74,29): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/FocusTrapZone/FocusTrapZone.Props.d.ts(7,51): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/FocusZone/FocusZone.Props.d.ts(23,47): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/FocusZone/FocusZone.Props.d.ts(57,38): error TS2694: Namespace 'React' has no exported member 'KeyboardEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/FocusZone/FocusZone.Props.d.ts(70,64): error TS2694: Namespace 'React' has no exported member 'FocusEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/FocusZone/FocusZone.Props.d.ts(75,22): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/GroupedList/GroupedList.Props.d.ts(23,49): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/HoverCard/ExpandingCard.Props.d.ts(9,51): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/HoverCard/HoverCard.Props.d.ts(9,47): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Icon/Icon.Props.d.ts(28,42): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Image/Image.Props.d.ts(3,43): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Label/Label.Props.d.ts(3,43): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Layer/Layer.Props.d.ts(4,43): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.Props.d.ts(3,47): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Link/Link.Props.d.ts(6,42): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/List/List.Props.d.ts(16,42): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/MarqueeSelection/MarqueeSelection.Props.d.ts(5,54): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/MarqueeSelection/MarqueeSelection.Props.d.ts(18,22): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/MessageBar/MessageBar.Props.d.ts(4,48): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/MessageBar/MessageBar.Props.d.ts(28,28): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Modal/Modal.Props.d.ts(6,43): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Modal/Modal.Props.d.ts(25,28): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Nav/Nav.Props.d.ts(32,30): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Nav/Nav.Props.d.ts(98,26): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/OverflowSet/OverflowSet.Props.d.ts(9,49): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Overlay/Overlay.Props.d.ts(3,45): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Panel/Panel.Props.d.ts(14,43): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Persona/Persona.Props.d.ts(5,45): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Pivot/Pivot.Props.d.ts(5,43): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Pivot/Pivot.Props.d.ts(32,48): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Pivot/PivotItem.Props.d.ts(2,47): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Rating/Rating.Props.d.ts(6,44): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/ResizeGroup/ResizeGroup.Props.d.ts(4,49): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/SearchBox/SearchBox.Props.d.ts(7,47): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Slider/Slider.Props.d.ts(64,24): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Spinner/Spinner.Props.d.ts(4,45): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/TeachingBubble/TeachingBubble.Props.d.ts(12,52): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/TextField/TextField.Props.d.ts(24,47): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Toggle/Toggle.Props.d.ts(9,44): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Tooltip/Tooltip.Props.d.ts(10,45): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/Tooltip/TooltipHost.Props.d.ts(16,49): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/pickers/AutoFill/BaseAutoFill.Props.d.ts(40,50): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/pickers/BasePicker.Props.d.ts(5,51): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/pickers/BasePicker.Props.d.ts(52,23): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/pickers/BasePicker.d.ts(52,42): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/pickers/BasePicker.d.ts(53,43): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/pickers/BasePicker.d.ts(54,37): error TS2694: Namespace 'React' has no exported member 'FocusEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/pickers/BasePicker.d.ts(55,34): error TS2694: Namespace 'React' has no exported member 'KeyboardEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/pickers/BasePicker.d.ts(62,36): error TS2694: Namespace 'React' has no exported member 'KeyboardEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/pickers/BasePicker.d.ts(63,51): error TS2694: Namespace 'React' has no exported member 'KeyboardEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/pickers/BasePicker.d.ts(75,36): error TS2694: Namespace 'React' has no exported member 'KeyboardEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/pickers/PickerItem.Props.d.ts(1,51): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/pickers/Suggestions/Suggestions.Props.d.ts(4,52): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/pickers/Suggestions/Suggestions.Props.d.ts(16,35): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/pickers/Suggestions/Suggestions.Props.d.ts(85,37): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/pickers/Suggestions/Suggestions.Props.d.ts(115,24): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/components/pickers/Suggestions/Suggestions.Props.d.ts(116,29): error TS2694: Namespace 'React' has no exported member 'MouseEvent'.
Error - typescript - node_modules/office-ui-fabric-react/lib/utilities/selectableOption/SelectableDroppableText.Props.d.ts(4,64): error TS2694: Namespace 'React' has no exported member 'HTMLAttributes'.
Error - typescript - node_modules/office-ui-fabric-react/lib/utilities/selection/SelectionZone.d.ts(4,51): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - node_modules/office-ui-fabric-react/node_modules/@uifabric/utilities/lib/DelayedRender.d.ts(6,51): error TS2694: Namespace 'React' has no exported member 'Props'.
Error - typescript - src/webparts/sharepointApprovalList/SharepointApprovalListWebPart.ts(17,10): error TS2322: Type 'SFCElement<{ abc: string; }>' is not assignable to type 'ReactElement<ISharepointApprovalListProps>'.
Error - typescript - src/webparts/sharepointRequestForm/components/SharepointRequestForm.tsx(477,12): error TS2339: Property 'required' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<TextField> & Readonly<{ children?: ReactNode; }> &...'.
Error - typescript - src/webparts/sharepointRequestForm/components/SharepointRequestForm.tsx(478,12): error TS2339: Property 'name' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<TextField> & Readonly<{ children?: ReactNode; }> &...'.
Error - typescript - src/webparts/sharepointRequestForm/components/SharepointRequestForm.tsx(480,12): error TS2339: Property 'placeholder' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<TextField> & Readonly<{ children?: ReactNode; }> &...'.
Error - typescript - src/webparts/sharepointRequestForm/components/SharepointRequestForm.tsx(488,12): error TS2339: Property 'required' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<TextField> & Readonly<{ children?: ReactNode; }> &...'.
Error - typescript - src/webparts/sharepointRequestForm/components/SharepointRequestForm.tsx(489,12): error TS2339: Property 'name' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<TextField> & Readonly<{ children?: ReactNode; }> &...'.
Error - typescript - src/webparts/sharepointRequestForm/components/SharepointRequestForm.tsx(492,12): error TS2339: Property 'placeholder' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<TextField> & Readonly<{ children?: ReactNode; }> &...'.
Error - typescript - src/webparts/sharepointRequestForm/components/SharepointRequestForm.tsx(515,12): error TS2339: Property 'required' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<TextField> & Readonly<{ children?: ReactNode; }> &...'.
Error - typescript - src/webparts/sharepointRequestForm/components/SharepointRequestForm.tsx(516,12): error TS2339: Property 'name' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<TextField> & Readonly<{ children?: ReactNode; }> &...'.
Error - typescript - src/webparts/sharepointRequestForm/components/SharepointRequestForm.tsx(517,12): error TS2339: Property 'placeholder' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<TextField> & Readonly<{ children?: ReactNode; }> &...'.
Error - typescript - src/webparts/sharepointRequestForm/components/SharepointRequestForm.tsx(526,25): error TS2339: Property 'onClick' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<PrimaryButton> & Readonly<{ children?: ReactNode; ...'.
Error - 'typescript' sub task errored after 4.32 s 
 "TypeScript error(s) occurred."
[17:48:11] Project ssp version: 0.0.1
[17:48:11] Build tools version: 2.5.3
[17:48:11] Node version: v6.11.0
[17:48:11] Total duration: 7.62 s
[17:48:11] Task warnings: 16
[17:48:11] Task errors: 575

Sorry for long logssss.

Almost certain this is building with an old typescript. the errors are complaining about not recognizing character in the @types/react file. That's because the typings file introduced using generic defaults. TypeScript less than 2.3 will not recognize it.

@iclanton which package should webpart projects be updating to pull in the new typescript? (I assume it is something like sp-build-web)

Thank you @dzearing . I have checked my logs and I found that the version of typescript is 2.2.2 when I compiled the webpart, where the version of typescript in my machine and node_modules is 2.4.2. How can I update the version in Gulp?

Posting the logs here.

Build target: DEBUG
[16:55:49] Using gulpfile ~/.../react-webpart/gulpfile.js
[16:55:49] Starting gulp
[16:55:49] Starting 'serve'...
[16:55:49] Starting subtask 'pre-copy'...
[16:55:49] Finished subtask 'pre-copy' after 4.39 ms
[16:55:49] Starting subtask 'copy-static-assets'...
[16:55:49] Starting subtask 'sass'...
[16:55:49] Finished subtask 'sass' after 838 ms
[16:55:49] Starting subtask 'tslint'...
[16:55:49] Starting subtask 'typescript'...
[16:55:50] [typescript] TypeScript version: 2.2.2
[16:55:50] Finished subtask 'copy-static-assets' after 1.09 s

Any updates on that? I'm having the exact same problem here. I don't know how to force gulp to use typescript 2.4.2. I really tried playing with the versions in my package.json but no luck.

"dependencies": { ... "react": "15.4.2", "react-dom": "15.4.2", "@types/react": "0.14.46", "@types/react-dom": "0.14.18", "@types/react-addons-shallow-compare": "0.14.17", "@types/react-addons-update": "0.14.14", "@types/react-addons-test-utils": "0.14.15", "office-ui-fabric-react": "4.37.5", ... },

I have the same problem...

ERROR in [at-loader] ./node_modules/office-ui-fabric-react/lib/components/Button/Button.Props.d.ts:14:45
    TS2694: Namespace 'React' has no exported member 'AllHTMLAttributes'.

ERROR in [at-loader] ./node_modules/office-ui-fabric-react/lib/components/Button/Button.Props.d.ts:124:23
    TS2694: Namespace 'React' has no exported member 'ButtonHTMLAttributes'.

ERROR in [at-loader] ./node_modules/office-ui-fabric-react/lib/components/Button/Button.Props.d.ts:124:71
    TS2694: Namespace 'React' has no exported member 'AnchorHTMLAttributes'.

ERROR in [at-loader] ./node_modules/office-ui-fabric-react/lib/components/Checkbox/Checkbox.Props.d.ts:16:47
    TS2694: Namespace 'React' has no exported member 'ButtonHTMLAttributes'.

ERROR in [at-loader] ./node_modules/office-ui-fabric-react/lib/components/Checkbox/Checkbox.Props.d.ts:54:24
    TS2694: Namespace 'React' has no exported member 'ButtonHTMLAttributes'.

ERROR in [at-loader] ./node_modules/office-ui-fabric-react/lib/components/ChoiceGroup/ChoiceGroup.Props.d.ts:6:50
    TS2694: Namespace 'React' has no exported member 'InputHTMLAttributes'.

ERROR in [at-loader] ./node_modules/office-ui-fabric-react/lib/components/Facepile/Facepile.Props.d.ts:44:49
    TS2694: Namespace 'React' has no exported member 'ButtonHTMLAttributes'.

ERROR in [at-loader] ./node_modules/office-ui-fabric-react/lib/components/HoverCard/HoverCard.Props.d.ts:10:18
    TS2430: Interface 'IHoverCardProps' incorrectly extends interface 'HTMLAttributes<HTMLDivElement | HoverCard>'.
  Types of property 'target' are incompatible.
    Type 'string | HTMLElement | undefined' is not assignable to type 'string | undefined'.
      Type 'HTMLElement' is not assignable to type 'string | undefined'.
        Type 'HTMLElement' is not assignable to type 'string'.

ERROR in [at-loader] ./node_modules/office-ui-fabric-react/lib/components/Image/Image.Props.d.ts:4:44
    TS2694: Namespace 'React' has no exported member 'ImgHTMLAttributes'.

ERROR in [at-loader] ./node_modules/office-ui-fabric-react/lib/components/Label/Label.Props.d.ts:4:44
    TS2694: Namespace 'React' has no exported member 'LabelHTMLAttributes'.

ERROR in [at-loader] ./node_modules/office-ui-fabric-react/lib/components/Link/Link.Props.d.ts:7:43
    TS2694: Namespace 'React' has no exported member 'AllHTMLAttributes'.

ERROR in [at-loader] ./node_modules/office-ui-fabric-react/lib/components/Rating/Rating.Props.d.ts:7:45
    TS2694: Namespace 'React' has no exported member 'AllHTMLAttributes'.

ERROR in [at-loader] ./node_modules/office-ui-fabric-react/lib/components/SearchBox/SearchBox.Props.d.ts:8:48
    TS2694: Namespace 'React' has no exported member 'InputHTMLAttributes'.

ERROR in [at-loader] ./node_modules/office-ui-fabric-react/lib/components/TextField/TextField.Props.d.ts:29:48
    TS2694: Namespace 'React' has no exported member 'AllHTMLAttributes'.

ERROR in [at-loader] ./node_modules/office-ui-fabric-react/lib/components/pickers/AutoFill/BaseAutoFill.Props.d.ts:41:51
    TS2694: Namespace 'React' has no exported member 'InputHTMLAttributes'.

ERROR in [at-loader] ./node_modules/office-ui-fabric-react/lib/components/pickers/BasePicker.Props.d.ts:178:44
    TS2694: Namespace 'React' has no exported member 'InputHTMLAttributes'.

ERROR in [at-loader] ./node_modules/office-ui-fabric-react/lib/components/pickers/PickerItem.Props.d.ts:2:52
    TS2694: Namespace 'React' has no exported member 'AllHTMLAttributes'.

"@types/react": "16.0.5",
"@types/react-dom": "15.5.4",
"@types/react-hot-loader": "3.0.3",
"@types/react-redux": "^5.0.5",
"@types/react-router": "4.0.12",
"@types/react-router-dom": "4.0.5",
"@types/react-router-redux": "5.0.3",
"office-ui-fabric-react": "^4.38.0",
"react": "15.6.1",
"react-dom": "15.6.1",
"react-hot-loader": "3.0.0-beta.7",
"react-redux": "^5.0.6",
"react-router-dom": "4.1.1",
"react-router-redux": "5.0.0-alpha.6",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",

and we are using webpack to bundle all.

This was resolved.

still not working with HRM

i'm having the same issue. @dzearing what was the resolution you commented about on Sep 27?

I am facing similar issues. What was the resolution @dzearing?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

danmarshall picture danmarshall  路  37Comments

jeremy-coleman picture jeremy-coleman  路  63Comments

just-joshing picture just-joshing  路  35Comments

JoshuaKGoldberg picture JoshuaKGoldberg  路  33Comments

chrismohr picture chrismohr  路  45Comments