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
I’ve been adding the keypath filtering for objects on Dart, and I’m seeing something strange.
I’m subscribing to notifications on an object using the keypath *.*. I would expect that this would give me notifications for all the top level properties and one level down, but I’m getting notifications for much deeper levels when following links.
Using just a single wildcard * just gives notifications for the top level, as expected instead.
The following test is passing, but it should not.
The text was updated successfully, but these errors were encountered:
I’ve been adding the keypath filtering for objects on Dart, and I’m seeing something strange.
I’m subscribing to notifications on an object using the keypath
*.*
. I would expect that this would give me notifications for all the top level properties and one level down, but I’m getting notifications for much deeper levels when following links.Using just a single wildcard
*
just gives notifications for the top level, as expected instead.The following test is passing, but it should not.
The text was updated successfully, but these errors were encountered: