Closed AJIXuMuK closed 6 years ago
Thanks Alex! We'll take a look.
I'm wondering, is this for new @pnp
scoped library ver. 1.0.4 and not sp-pnp-js? You'd probably mismatched the repo. =)
Let's close this one and open in the pnp/pnpjs?
Confirming the issue in @pnp/sp
:
Closing this one.
Sorry, my bad! Sometimes it's better to wait until morning :)
Category
[ ] Enhancement
[x] Bug
[ ] Question
Version
Please specify what version of the library you are using: [1.0.4]
Expected / Desired Behavior / Question
Folder.listItemAllFields.get
return type isany
object to be able to use dot notation to access fields.Observed Behavior
Folder.listItemAllFields.get
return typeany[]
. Line likefieldValues.Title
will not compile.Steps to Reproduce