Forum Discussion

Stephan E.'s avatar
Stephan E.
Copper Contributor
Apr 26, 2018

SharePointFramework: unable to load main WebPart component when it contains code to load jQuery

the render method In my main WebPart ts file looks like this:   public render(): void { if (this.renderedOnce === false) { ModuleLoader.loadScript('https://code.jquery.com/jquery-2.1.1...

Resources