Forum Discussion

avinash1239's avatar
avinash1239
Copper Contributor
Feb 07, 2020

SPFX WebPart consuming Graph api to display events is not working in IE11

I have created SPFX Webpart which displays calendar events using Graph API. It is working in Chrome but not in IE11

 

Im getting  error (in the attachment) in IE11 when trying to display upcoming events using Graph API in my spfx webpart:
SPFX Version: 1.9.1
im getting response null in IE11 but its working in chrome or Edge

  • avinash1239 a null or undefined check at the specific error line should resolve the error. The browsers must be behaving differently with a specific object that you have.

    Alternatively, if this related to a browser feature, check if you need to include a polyfill to make it compatible with IE.

Resources