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
Copy file name to clipboardExpand all lines: app/assets/javascripts/discourse/app/components/plugin-outlet.gjs
+1-43Lines changed: 1 addition & 43 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
importComponentfrom"@glimmer/component";
2
2
import { cached } from"@glimmer/tracking";
3
-
importClassicComponentfrom"@ember/component";
4
3
import { concat } from"@ember/helper";
5
4
import { get } from"@ember/object";
6
5
import { getOwner } from"@ember/owner";
@@ -19,8 +18,6 @@ import {
19
18
20
19
constGET_DEPRECATION_MSG=
21
20
"Plugin outlet context is no longer an EmberObject - using `get()` is deprecated.";
22
-
constTAG_NAME_DEPRECATION_MSG=
23
-
"The `tagName` argument to PluginOutlet is deprecated. If a wrapper element is required, define it manually around the outlet call. Using tagName will prevent wrapper PluginOutlets from functioning correctly.";
24
21
constARGS_DEPRECATION_MSG=
25
22
"PluginOutlet arguments should now be passed using `@outletArgs=` instead of `@args=`";
0 commit comments