List Formatting: When saving from the editProps
action inside a custom card in the document library, an error message appears
#10114
Labels
type:bug-suspected
Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
Declarative list formatting
Developer environment
None
What browser(s) / client(s) have you tested
Additional environment details
No response
Describe the bug / error
In the document library, a button executing the
editProps
action is placed inside a custom card. When editing and saving properties using this button, the error message "Cannot load a resource from a ResourceScope that has been disposed." appears. However, the values seem to be saved correctly.If you save from the button to perform the
editProps
action shown in the field, no error message will appear.Steps to reproduce
Apply the following JSON to any column in the document library
sample code
Open property edit screen from custom card
Click the Save button
Expected behavior
No error message appears and can be saved.
The text was updated successfully, but these errors were encountered: