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
Describe the bug
The SDK doesn't have a type for BaseContext -> property named 'appFeature'.
Steps to reproduce
Embed the SDK in an app
Call monday.listen('context').then(res => ...);
IDE throws an error:
Property 'appFeatures' does not exist on type 'BaseContext | AppFeatureBoardViewContext | AppFeatureAiBoardMainMenuHeaderContext | ... 10 more ... | AppFeatureDocActionsContext'.
Property 'appFeatures' does not exist on type 'BaseContext'.ts(2339)
Describe the bug
The SDK doesn't have a type for BaseContext -> property named 'appFeature'.
Steps to reproduce
monday.listen('context').then(res => ...);
Expected behavior
BaseContext contains typed 'appFeature' property.
Additional information
The appFeature property is accessible from returned context and looks like this:
Tested for
AppFeatureItemMenuActionContext
andAppFeatureItemBatchActionContext
.The text was updated successfully, but these errors were encountered: