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
Description:
Creating a DefineMap subclass with wildcard properties that use get/set definitions and then attempting to read any wildcard properties after setting them results in a thrown error that seems to indicate this._computed is not set up properly for wildcard instance properties.
How often can you reproduce it?
Description:
Creating a DefineMap subclass with wildcard properties that use get/set definitions and then attempting to read any wildcard properties after setting them results in a thrown error that seems to indicate
this._computed
is not set up properly for wildcard instance properties.Steps to reproduce:
JSBin
Expected results:
Console logs "bar"
Actual results:
Console reports thrown error:
Environment:
The text was updated successfully, but these errors were encountered: