]]>
By: yogesh
https://www.spguides.com/sharepoint-framework-crud-operations-using-react/#comments/689
Fri, 13 May 2022 11:28:06 +0000https://www.spguides.com/?p=27062#comment-689When I click on row why peoplepicker field is not being bind
]]>
By: OldSeaDog
https://www.spguides.com/sharepoint-framework-crud-operations-using-react/#comments/457
Thu, 11 Nov 2021 16:30:20 +0000https://www.spguides.com/?p=27062#comment-457This is a fine tutorial and covers most of the issues I have in converting CEWP web parts to SPFx. I have been unable to correct three problems in the tutorial all in the tsx file: 1. styles.table in the var tabledata: table is unknown; 2. btngroup is unknown in styles.btngroup; and 3. context is unknown in context={this.props.context}. I face CRUD and PeoplePicker conversion issues in my CEWP apps. Your advice would be appreciated.
]]>
By: Gisely
https://www.spguides.com/sharepoint-framework-crud-operations-using-react/#comments/400
Tue, 07 Sep 2021 03:03:59 +0000https://www.spguides.com/?p=27062#comment-400First of all, thanks for the tutorial!!!
I have a problem when i enter some data in the input field, it becomes read only and shows this text > [object Object]
You know why?
]]>
By: Vaibhavi
https://www.spguides.com/sharepoint-framework-crud-operations-using-react/#comments/261
Fri, 30 Apr 2021 09:39:32 +0000https://www.spguides.com/?p=27062#comment-261context giving error in CrudReact.tsx
src/webparts/crudReactDemo/components/CRUDReact.tsx(171,21): error TS2322: Type ‘WebPartContext’ is not assignable to type ‘BaseComponentContext’.
[15:05:50] [tsc] Types have separate declarations of a private property ‘_serviceScope’.
[15:05:50] Error – ‘tsc’ sub task errored after 19 s
exited with code 2