문제

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.

올바른 솔루션이 없습니다

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top