We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6442254 commit c117837Copy full SHA for c117837
packages/@ember/controller/index.ts
@@ -25,8 +25,6 @@ const MODEL = Symbol('MODEL');
25
@public
26
*/
27
class Controller<T = unknown> extends FrameworkObject {
28
- concatenatedProperties = ['queryParams'];
29
-
30
/**
31
This property is updated to various different callback functions depending on
32
the current "state" of the backing route. It is used by
0 commit comments