Ronny Lewandowski

Results 23 comments of Ronny Lewandowski

@Ashlesha-MSFT , thanks for diggin in to it. The menntioned warning has nothing to do with the issue. Please navigate to the list (which you deployed with the solution) and...

@Ashlesha-MSFT , I don't think the fields thing from 8508 has something to do with the multiple views issue, but i double checked and added my fields from the elements.xml...

@Ashlesha-MSFT , no, how could I be satisfied? We cannot deploy multiple views to lists with feature deployment. It should be possible as from your schema definitions: https://learn.microsoft.com/en-us/sharepoint/dev/schema/views-element-list https://learn.microsoft.com/en-us/sharepoint/dev/schema/view-element-list

Seems like a compatibility issue: I described it [here](https://github.com/pnp/sp-dev-fx-controls-react/issues/1859).

I am getting the same error message now with SharePoint version "1.21.1" and "@pnp/spfx-controls-react": "^3.22.0" `import { PeoplePicker, PrincipalType } from "@pnp/spfx-controls-react/lib/PeoplePicker";` `` Previously it was working with 1.19.0 and...

I have downgraded my project to sp 1.19.0 with node 18.19.0 and @pnp/spfx-controls-react": "^3.18.1" I get: Group cannot be found. When i debug your code, i can see that this.context.AbsolutUrl...

Dear @michaelmaillot : Could you please have a look into it?

Version 3.19.0 has a valid context but we are not using the PeoplePicker anymore to support the selection of users from a specific group, we are using a dropdown now...

It seems that you added the support for 1.19. into the latest beta version? like stated [here](https://github.com/pnp/sp-dev-fx-controls-react/issues/1846#issuecomment-2262945142) - is that true? And when will that come to release version?

I can confirm that it is working with the beta. But when will this functionality come to a release version?