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
_computeState throws an error when vertexOperation.type refers to a nested property (e.g., drp.acl.grant) because it attempts to call drp[vertexOperation.type] directly, treating objects as functions.
Steps to Reproduce:
Use a vertexOperation.type like acl.grant.
Call _computeState with this vertexOperation.
The text was updated successfully, but these errors were encountered:
_computeState
throws an error when vertexOperation.type refers to a nested property (e.g., drp.acl.grant) because it attempts to call drp[vertexOperation.type] directly, treating objects as functions.Steps to Reproduce:
acl.grant
.The text was updated successfully, but these errors were encountered: