Open yungdeni opened 1 year ago
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.
Thanks for triggering bug. The fix will be available in March PU of 2024.
what is the solution for this Problem. I have the same problem exactly
Target SharePoint environment
other (enter in the "Additional environment details" area below)
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Developer environment
Windows
What browser(s) / client(s) have you tested
Additional environment details
Describe the bug / error
I am getting the following error when debugging a ListView Command set extension against a SharePoint SE list.
The same project works as expected on my SP 2019 environment served from the same dev machine. The SPFx developer dashboard shows errors loading manifests
This manifest is for the "@ms/sp-telemetry.js" library and looking at the manifests tab in the dashboard the version in SE is 1.0.0 while it's 0.2.2 in 19. In the project's ./temp/manifests file the sp-telemetry package has the version 0.2.2. I tried manually replacing the version numbers in the project's ./temp/manifests.json and .js files and the extension loads. However this is cumbersome and I had issues getting a dialog to display. I am not sure what other packages could have a mismatch in versions.
Steps to reproduce
Minimal repro:
Workaround:
Expected behavior
The extension to load and the example projects buttons to appear in the command bar on a list in SharePoint Server Subscription Edition