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
app.import is not a function
TypeError: app.import is not a function
at Class.module.exports.included (/Users/nmcclay/git/light-table/node_modules/ember-light-table/node_modules/ember-element-resize-detector/index.js:20:17)
at /Users/nmcclay/git/light-table/node_modules/ember-cli/lib/models/addon.js:244:32
I encountered this issue trying to upgrade ember-light-table and noticed this problem.
if (!process.env.EMBER_CLI_FASTBOOT) {
app.import('vendor/element-resize-detector/element-resize-detector.js');
}
The text was updated successfully, but these errors were encountered:
I encountered this issue trying to upgrade ember-light-table and noticed this problem.
The text was updated successfully, but these errors were encountered: