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
408 stars 279 forks source link

News carousel issue #80

Open dhiru08484 opened 5 years ago

dhiru08484 commented 5 years ago

After adding webpart getting error in Mozilla : Unite Gallery Error: You have some jquery.js library include that comes after the gallery files js include. This include eliminates the gallery libraries, and make it not work.

To fix it you can:

  1. In the Gallery Settings -> Troubleshooting set option: Put JS Includes To Body option to true.
  2. Find the double jquery.js include and remove it.

Other browser are just blank

AltruisticNerd commented 5 years ago

Same issue as #31