Marwen
Marwen
Does any one know how to make these webparts work plz? thx
I just removed the ^ and ~ from : ``` "@microsoft/sp-core-library": "~1.1.0", "@microsoft/sp-http": "^1.1.1", "@microsoft/sp-loader": "^1.1.1", ``` now i have : ``` "@microsoft/sp-core-library": "1.1.0", "@microsoft/sp-http": "1.1.1", "@microsoft/sp-loader": "1.1.1", ``` deleted...
@Panoone you have to force the versions of the project modules in the package.json file I also have issues with the new node version (8) but not the same as...
gg @Panoone 💃
So what are the solutions to build without erros ? what versions or what spfx ? thx
as @kmosti and I mentioned here : [https://github.com/OlivierCC/spfx-40-fantastics/issues/43](url) I just removed the ^ and ~ from : "@microsoft/sp-core-library": "~1.1.0", "@microsoft/sp-http": "^1.1.1", "@microsoft/sp-loader": "^1.1.1", now i have : "@microsoft/sp-core-library": "1.1.0", "@microsoft/sp-http":...
Hi @OlivierCC would you please tell us what's the prob with Jquery and it's plugins in those webparts ? I'm cloning your webparts and facing same problems with jquery merci
I see the diff with jquery you added ``` if (window.jQuery) return; ``` that correct the behavior of jquery plugins ?
Hi @kmosti try adding another webparts (tiles, animated text, ...) and reload many times the page you'll see js errors in console till today I don't understand the cause of...
> I just re-estimated some of our open issues of this year, and this has been one of them. Actually our anchor webparts did not work anymore for half a...