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 think I know how to fix this, but I am on vacation. If anyone wants to look into it there are a few places where we do if (typeof foo === "object") that should include functions as well. I believe it probably needs both a glimmer fix and an ember fix to cover all the cases.
We encountered this while upgrading a project that uses https://github.com/LocusEnergy/ember-d3-helpers to Ember 2.10 and trying to bind to properties on D3 scales.
Twiddle: https://ember-twiddle.com/8bd17be80e30f6149bcdf644f3d1f68d?openFiles=templates.application.hbs%2C
If you change the Ember version in the twiddle to 2.9, the property renders as expected.
pr with failing test: #14729
The text was updated successfully, but these errors were encountered: