You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing testproperty from the field broke backwards compatibility and prevents upgrading the package. The property cannot be removed since isExposed is true for this LWC.
To resolve testproperty will need to be added back to the LWC.
Request simply adds back 'testproperty' property that was removed from fsc_pickObjectAndField3, no actual code is changed. Until 'testproperty' is added back, anyone attempting to update FlowBasePackComponents from an older release to the latest will encounter this error:
fsc_pickObjectAndField3 can’t remove the following public properties: testproperty, because the component is part of a managed package
Removing testproperty from the field broke backwards compatibility and prevents upgrading the package. The property cannot be removed since isExposed is true for this LWC.
To resolve testproperty will need to be added back to the LWC.
https://developer.salesforce.com/docs/platform/lwc/guide/use-packaging-add.html
The text was updated successfully, but these errors were encountered: