We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.x
4.4.0
SharePoint Framework
I'm using SPFx 1.19.0 and updated @pnp/sp 3.24.0 to 4.4.0.
Hi! I encountered an error. In your package at /@pnp/sp/files/types.d.ts the following type is specified:
export interface IChunkedOperationProps { progress: (data: IFileUploadProgressData) => void; }
but in the documentation https://pnp.github.io/pnpjs/sp/files/#progress-function
data type is specified as ChunkedFileUploadProgressData.
Please, tell me what to do with this error?
The text was updated successfully, but these errors were encountered:
Update files.md
7422133
Update to address #3117
Thanks - looks like we missed updating the docs for v4. Got it updated now.
Sorry, something went wrong.
This issue is locked for inactivity or age. If you have a related issue please open a new issue and reference this one. Closed issues are not tracked.
Successfully merging a pull request may close this issue.
What version of PnPjs library you are using
4.x
Minor Version Number
4.4.0
Target environment
SharePoint Framework
Additional environment details
I'm using SPFx 1.19.0 and updated @pnp/sp 3.24.0 to 4.4.0.
Question/Request
Hi! I encountered an error.
In your package at /@pnp/sp/files/types.d.ts the following type is specified:
but in the documentation https://pnp.github.io/pnpjs/sp/files/#progress-function
data type is specified as ChunkedFileUploadProgressData.
Please, tell me what to do with this error?
The text was updated successfully, but these errors were encountered: