Skip to content

Commit

Permalink
SPHelper -> Cannot read properties of undefined (reading 'getByTitle'))
Browse files Browse the repository at this point in the history
  • Loading branch information
joelfmrodrigues committed Apr 23, 2022
1 parent fae013f commit 7e453a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/utilities/SPHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { SPHttpClient } from '@microsoft/sp-http';
import { IFieldInfo } from '@pnp/sp/fields';
import '@pnp/sp/site-users/web';
import '@pnp/sp/webs';
import "@pnp/sp/lists";

declare var window: any;

Expand Down

0 comments on commit 7e453a0

Please sign in to comment.