You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can download the [full source](https://github.com/pnp/sp-dev-fx-webparts/tree/master/samples/eact-pnp-js-sample) for this article from the samples site.
15
+
You can download the [full source](https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-pnp-js-sample) for this article from the samples site.
16
16
17
17
> [!NOTE]
18
18
> Before following the steps in this article, be sure to [set up your SharePoint client-side web part development environment](../../set-up-your-development-environment.md).
### For SPFx Version 1.14.x or those that aren't supporting typescript v4.x
79
+
79
80
>Note: PnPjs version 3.x is only supported in SPFx version 1.14 and higher and NodeJs version 12.x and higher.
80
81
81
82
1. Update the rush stack compiler to 4.2. This is covered in this [great article by Elio](https://www.eliostruyf.com/define-the-typescript-version-you-want-to-use-in-sharepoint-framework/), but the steps are listed below.
@@ -380,6 +381,6 @@ The @pnp/sp library contains a great range of functionality and extensibility. F
380
381
381
382
## See also
382
383
383
-
-[Download the full sample](https://github.com/SharePoint/sp-dev-fx-webparts/tree/master/samples/react-async-await-sp-pnp-js)
384
+
-[Download the full sample](https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-pnp-js-sample)
384
385
-[Provide feedback or report issues](https://github.com/SharePoint/PnP-JS-Core/issues)
0 commit comments