You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So it seems in your case the entire emphasis object is undefined. I don't have a way to test on-premises but my guess is this is a difference in the implementation between SPO and the version you have locally. I can add a check for that easy enough but don't have a way to really test it. Are you able to test a beta version once published?
PNJ Version : [ 1.3.0 ]
SharePoint Version: [SharePoint 2019 On Premise ]
I have created brand new spfx web part for SharePoint 2019 and then installed following pnp packages
npm install @pnp/logging@1.3.10 @pnp/common@1.3.10 @pnp/odata@1.3.10 @pnp/sp@1.3.10 -
-save
Now I want to read web parts added in particular client side page. hence I used following code.
In Main Web Part File I have added below code
In my component, I am using following code
Expected / Desired Behavior / Question
It should me return details of client side page.
Observed Behavior
It gives me following error:
It gives error in following function from clientsidepages.ts. I have added comments where it gives error.
As per #735 It should be resolved in version 1.3.10.
Sample project can be found in below https://github.com/kavaghela/SPFX/tree/master/OnPremiseTest1
Could you please someone help here?
The text was updated successfully, but these errors were encountered: