Microsoft SharePoint Framework (SPFx) is a client based development platform that is more suited to cloud development. It allows you to use a set of tools (not only visual studio)…
Tag: javascript
Uncaught TypeError: SP.ClientContext is not a constructor
Usually this will happen when the SP.ClientContext Js file was not loaded before it is being used. in other words, a method has been called before the whole sp.js finished…