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
With classic components, it was my understanding that the arguments to `init` / the constructor were private API and that is why they were to be opaquely passed thru using `...arguments`. However, the public API for [glimmer components](https://api.emberjs.com/ember/release/modules/@glimmer%2Fcomponent) specifies that it takes exactly 2: `owner` and `args`, so it seems like it would be better to make this explicit. This also helps avoid errors/warnings when using TypeScript.
0 commit comments