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 have ensured that the issue isn't already reported
I have confirmed that the issue is reproducible with the latest released version
I have deleted the FEATURE REQUEST / CODE CHANGE section
Summary
options set on a component with SpreadMixin don't seem to actually spread on an Ember 3.1 app.
I am seeing the deprecation warnings in #52 / #55 but it's unclear to me whether it's expected that this should still be working post 3.0 or if deprecated features that this depends on have been removed. It would be useful if info about which versions are expected to work were included in the README (particularly if it's not all of them)
Expected Behavior
Actual Behavior
options property is set on the component, but the individual properties contained in the hash are not
The text was updated successfully, but these errors were encountered:
So I know this issue is kinda old now and I'll say upfront that I haven't done any comprehensive testing but I just made a simple example app with a component that dynamically renders another component with ember-spread in Ember 3.3 and it works exactly as expected.
So this works in 3.16. Provided you are not using glimmer components. Also it's not gonna spread into the this.args.<prop> (which is the advised way to use properties passed in)
I believe everyone is basically waiting on emberjs/rfcs#593 for a native approach
BUG REPORT
Summary
options
set on a component withSpreadMixin
don't seem to actually spread on an Ember 3.1 app.I am seeing the deprecation warnings in #52 / #55 but it's unclear to me whether it's expected that this should still be working post 3.0 or if deprecated features that this depends on have been removed. It would be useful if info about which versions are expected to work were included in the README (particularly if it's not all of them)
Expected Behavior
Actual Behavior
options
property is set on the component, but the individual properties contained in the hash are notThe text was updated successfully, but these errors were encountered: