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
If an inline action is a ShowCard action, we are returning a nullptr as the expected container. This is causing an Access Violation when we attempt to reference the container.
Expected Behavior:
We should not replace the existing container with a nullptr if an inline action is a ShowCard action.
The text was updated successfully, but these errors were encountered:
Platform
Issue
If an inline action is a
ShowCard
action, we are returning anullptr
as the expected container. This is causing an Access Violation when we attempt to reference the container.Expected Behavior:
We should not replace the existing container with a
nullptr
if an inline action is aShowCard
action.The text was updated successfully, but these errors were encountered: