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
Finally, create an instance of the extended map. This becomes a little more confusing when the original map has a static value but the extended map has a getter/compute for the same property.
Expected results:
A warning should be thrown when extending an already extended map.
Actual results:
No warning is currently thrown.
Environment:
Software
Version
can-define version
1.5.1
Browser
Chrome 61.0.3163.100
Operating system
MacOS 10.13
The text was updated successfully, but these errors were encountered:
How often can you reproduce it?
Description:
Extending an already extended map yield unexpected results.
Plugin example
The second extended Map's should throw a warning. The eventually created instance may not behave as expected when attempting to set/get
name
.Steps to reproduce:
http://jsbin.com/taxezah/2/edit?js,console
extend
.extend
that map.Expected results:
A warning should be thrown when extending an already extended map.
Actual results:
No warning is currently thrown.
Environment:
The text was updated successfully, but these errors were encountered: