OlivierCC / spfx-40-fantastics

This package is a sample kit of Client Side Web Parts built on the SharePoint Framework SPFx. You can find here different kind of high visual web parts as carousel, images galleries, animations, map, editors, etc.
MIT License
408 stars 279 forks source link

sp-client-custom-field #57

Open hasan-abul opened 6 years ago

hasan-abul commented 6 years ago

@OlivierCC

Hello Olivier,

Loved your sample webparts and specially sp-client-custom-fields. Thanks for the excellent job.

Could you please help me on the below issue

When i am using sp-client-custom-fields it always shows the below error. tried many different options with no luck. could you please help me here.

Error - typescript - node_modules\sp-client-custom-fields\node_modules\@microsoft\sp-webpart-base\node_modules\@types\react\index.d.ts(3481,21): error TS2694: Namespace 'React' has no exported member 'DetailedHTMLProps'. Error - typescript - node_modules\sp-client-custom-fields\node_modules\@microsoft\sp-webpart-base\node_modules\@types\react\index.d.ts(3488,23): error TS2694: Namespace 'React' has no exported member 'SVGProps'. Error - typescript - node_modules/sp-client-custom-fields/node_modules/@microsoft/sp-webpart-base/node_modules/@types/react/index.d.ts(39,25): error TS1005: ',' expected.

This error is consistent across webparts. could you please help me here.

Many thanks in advance.