Type ‘string’ is not assignable to type ‘number’ in SPFx
A few weeks ago, when I was working on CRUD operations for the SharePoint list items in an SPFx webpart, I faced a TypeScript error. At first, it was a little confusing to understand why this error was appearing, even though the code seemed correct. After analysing the issue, I realised it was related to … Read more >>>