-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
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
SPHttpClientBatch missing in Build 1.8.1 #3829
Comments
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible. |
The batch is (still) in beta. Did you use the plusbeta flag? There was an issue with the 1.8.0 build where ALL the APIs wound up in the typings. We fixed that in 1.8.1 (although missed the microsoftTeams property). |
With build 1.8.0 I did not use the plusbeta flag. So as I understand SPHttpClientBatch is still only only in beta. |
That's correct... according to what @patmill said above, the beta flag requirement was incorrectly removed in 1.8.0 for batch but added back in 1.8.1. |
Issues that have been closed & had no follow-up activity for at least 7 days are automatically locked. Please refer to our wiki for more details, including how to remediate this action if you feel this was done prematurely or in error: Issue List: Our approach to locked issues |
Category
In build 1.8.0 SPHttpClientBatch was in the release version, but it is missing in the 1.8.1 release version.
Expected or Desired Behavior
I get a missing reference to SPHttpClientBatch.
Observed Behavior
I can not build the upgraded project, had to roll back to 1.8.0.
Steps to Reproduce
Add:
Import { SPHttpClientBatch } from "@microsoft/sp-http";
The text was updated successfully, but these errors were encountered: