OlivierCC / spfx-40-fantastics

This package is a sample kit of Client Side Web Parts built on the SharePoint Framework SPFx. You can find here different kind of high visual web parts as carousel, images galleries, animations, map, editors, etc.
MIT License
407 stars 279 forks source link

RSS webpart not always working #58

Open ytterstrom opened 6 years ago

ytterstrom commented 6 years ago

Sometimes no result is shown i the rss webpart. The log "says Cannot read property 'rss' of null", and it is in the foreach after the call to https://query.yahooapis.com/v1/public/yql. A reload usually fixes the problem. Maybe do a null check, and retry?