Forum Discussion
Devansh Gupta
Nov 20, 2017Copper Contributor
Can not add Task List and Issue tracking list to a Modern Site Pages as web part
I am not able to add Task List and Issue tracking list as web part in Modern Site pages. Although Document Library and Generic Lists are being added successfully. Am I missing something here? Do ...
David Still
Jul 10, 2018Copper Contributor
I’d appreciate you sharing your solution as well. Thanks in advance.
David
sp@capecod.website
David
sp@capecod.website
Devansh Gupta
Jul 11, 2018Copper Contributor
Based on overwhelming response, I have made a git repo for the same. Please share your support by following/forking sharing etc.
Many Thanks!
https://github.com/devoooo4u/spfx-task-list-web-part
- Americo PerezSep 10, 2018Iron Contributor
Hi,
Thanks for the application but I am getting a error when builing it:
Argument of type 'SPHttpClientConfiguration' is not assignable to parameter of type 'SPHttpClientConfiguration'
I found in the issues tab of your github this:
For communicating with non-SharePoint services, use the HttpClient class instead.
But I don't have any idea how to change it!
Could you give me any tip to do it?
Best regards
Americo
- Beau CameronSep 10, 2018MVPDelete the contents of your node_modules folder and run 'npm i' to re-install the modules.