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
We currently use this.attrs to get all of the things passed to the Ember invocation of a component and use them as the props on the React component.
This API is not public and should be avoided.
We need to:
Investigate a different way to get all of the arguments to a component in JavaScript (there is already a Handlebars API for this, but that doesn't help us)
Update the implementation
The text was updated successfully, but these errors were encountered:
We currently use
this.attrs
to get all of the things passed to the Ember invocation of a component and use them as theprops
on the React component.This API is not public and should be avoided.
We need to:
The text was updated successfully, but these errors were encountered: