Comments on: SPFx Fluent UI Basic List Example https://www.spguides.com/spfx-fluent-ui-basic-list/ Learn SharePoint, Office 365, Nintex, PowerApps, PowerBI etc, SharePoint training and video courses Mon, 13 May 2024 06:46:16 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: vijay https://www.spguides.com/spfx-fluent-ui-basic-list/#comments/1047 Wed, 18 Oct 2023 04:23:09 +0000 https://www.spguides.com/?p=28848#comment-1047 When running the flunt list code getting below error :

Error – [tsc] src/webparts/fluentUiBasicList/components/FluentUiBasicList.tsx(60,15): error TS7006: Parameter ‘props’ implicitly has an ‘any’ type.
[09:51:22] Error – [tsc] src/webparts/fluentUiBasicList/components/FluentUiBasicList.tsx(73,156): error TS2339: Property ‘get’ does not exist on type ‘IItems’.
[09:51:22] Error – [tsc] src/webparts/fluentUiBasicList/components/FluentUiBasicList.tsx(77,26): error TS7006: Parameter ‘item’ implicitly has an ‘any’ type.
[09:51:22] Error – [tsc] src/webparts/fluentUiBasicList/components/FluentUiBasicList.tsx(101,28): error TS7006: Parameter ‘date’ implicitly has an ‘any’ type.

unable to find what is causing the errror where as the steps followed as per given above

]]>