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
Considering this is an edge case. Documenting this behavior or triggering a warning/assertion when calling reopen on a constructed class is a fix to me.
The text was updated successfully, but these errors were encountered:
We had a similar issue that was fixed in emberjs/ember-inspector#481. Calling reopen on an instantiated class seems "weird" at best. I'm not sure that there is much to be done to actually fix the underlying issue here...
After a reopen() , super methods can no longer be called.
Works until (and including) 2.0.2
Broken in 2.1.1
Example:
https://ember-twiddle.com/17156052c6d43e24168b
PS.
Considering this is an edge case. Documenting this behavior or triggering a warning/assertion when calling reopen on a constructed class is a fix to me.
The text was updated successfully, but these errors were encountered: