Pregunta

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 hay solución correcta

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
scroll top