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});`,
`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});`,
419
+
false,
420
+
{
421
+
for: 'ember-basic-dropdown',
422
+
id: 'ember-basic-dropdown.config-environment',
423
+
since: {
424
+
enabled: '8.9',
425
+
available: '8.9',
426
+
},
427
+
until: '9.0.0',
428
+
},
429
+
);
430
+
431
+
config=configEnvironment['ember-basic-dropdown'];
432
+
}
433
+
434
+
if (configEnvironment['APP']?.rootElement) {
435
+
deprecate(
436
+
`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