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
It prints false (if optOut was false before). This can easily lead to buggy code that looks correct, a race condition or an unreliable property binding.
Environment
SDK Version: v8.3.0
OS Version: macOS 11.4
The text was updated successfully, but these errors were encountered:
Expected Behavior
This should print
true
:Current Behavior
It prints
false
(ifoptOut
wasfalse
before). This can easily lead to buggy code that looks correct, a race condition or an unreliable property binding.Environment
The text was updated successfully, but these errors were encountered: