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
`You have configured \`ember-basic-dropdown\` in \`ember-cli-build.js\`. Remove that configuration and instead use \`import { setConfig } from 'ember-basic-dropdown/config'; setConfig(${legacyConfigString});`,
@@ -228,22 +224,6 @@ export default class BasicDropdown<
228
224
if (this.args.registerAPI) {
229
225
this.args.registerAPI(this.publicAPI);
230
226
}
231
-
232
-
if (this.args.dropdownId!==undefined) {
233
-
deprecate(
234
-
'You have passed `@dropdownId` into `ember-basic-dropdown`. This property does not work correctly without custom modifiers and is undocumented. Remove this parameter and use the `uniqueId` property from the public API instead.',
`You have configured \`ember-basic-dropdown\` in \`ember-cli-build.js\`. Remove that configuration and instead use \`import { setConfig } from 'ember-basic-dropdown/config'; setConfig(${legacyConfigString});`,
460
-
false,
461
-
{
462
-
for: 'ember-basic-dropdown',
463
-
id: 'ember-basic-dropdown.config-environment',
464
-
since: {
465
-
enabled: '8.9',
466
-
available: '8.9',
467
-
},
468
-
until: '9.0.0',
469
-
},
470
-
);
471
-
472
-
config=configEnvironment['ember-basic-dropdown'];
473
-
}
474
-
475
-
if (configEnvironment['APP']?.rootElement) {
476
-
deprecate(
477
-
`ember-basic-dropdown received the \`APP.rootElement\` value from \`ember-cli-build.js\`. You now need to pass this value using \`import { setConfig } from 'ember-basic-dropdown/config'; setConfig({rootElement: config.APP['rootElement']});`,
0 commit comments