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
Currently, to make a connection, two checks are performed:
The parent or grandparent of the component being connected must be the component performing the operation
The component performing the operation must possess the key to the component being connected
I feel that these two checks overlap and is redundant. It would be best to choose one among these two, or come up with a regression test that will fail if one is missing.
The text was updated successfully, but these errors were encountered:
Currently, to make a connection, two checks are performed:
I feel that these two checks overlap and is redundant. It would be best to choose one among these two, or come up with a regression test that will fail if one is missing.
The text was updated successfully, but these errors were encountered: