Question

In my child component:

I tried to make a rest call from spfx web part to get people results, but it throws errors.

this.props.context.spHttpClient.get(query);

Error: can't read property get of undefined

I believe it's something related to context of web part or padata protocol rules. But I passed down the context from parent component to child.

Thanks in advance.

No correct solution

OTHER TIPS

I created a helloword webpart and could pass the context to the react component like below:

enter image description here

enter image description here

Can you have a check if the passed context is correct, if it does not work, can you share your project?

BR

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top