We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There was a breaking change in Aurelia 0.15.0 where globalizeResources method was renamed to globalResources. Error: Unhandled promise rejection TypeError: config.globalResources is not a function at y.configure (http://localhost:9000/app/jspm_packages/github/pwkad/[email protected]/index.js:6:12) at http://localhost:9000/app/jspm_packages/github/aurelia/[email protected]/aurelia-framework.js:25:34 at run (http://localhost:9000/app/jspm_packages/npm/[email protected]/modules/es6.promise.js:91:43) at http://localhost:9000/app/jspm_packages/npm/[email protected]/modules/es6.promise.js:105:11 at module.exports (http://localhost:9000/app/jspm_packages/npm/[email protected]/modules/$.invoke.js:6:25) at queue.(anonymous function) (http://localhost:9000/app/jspm_packages/npm/[email protected]/modules/$.task.js:40:9) at Number.run (http://localhost:9000/app/jspm_packages/npm/[email protected]/modules/$.task.js:27:7)
The text was updated successfully, but these errors were encountered:
I'm having the same problem, what's the best way to solve this issue? I've changed these lines to get it working in the interim
function configure(config) { config.globalizeResources('./modal'); config.globalizeResources('./modal-header'); config.globalizeResources('./modal-body'); config.globalizeResources('./modal-footer'); config.globalizeResources('./au-button'); }
Sorry, something went wrong.
No branches or pull requests
There was a breaking change in Aurelia 0.15.0 where globalizeResources method was renamed to globalResources.
Error:
Unhandled promise rejection TypeError: config.globalResources is not a function
at y.configure (http://localhost:9000/app/jspm_packages/github/pwkad/[email protected]/index.js:6:12)
at http://localhost:9000/app/jspm_packages/github/aurelia/[email protected]/aurelia-framework.js:25:34
at run (http://localhost:9000/app/jspm_packages/npm/[email protected]/modules/es6.promise.js:91:43)
at http://localhost:9000/app/jspm_packages/npm/[email protected]/modules/es6.promise.js:105:11
at module.exports (http://localhost:9000/app/jspm_packages/npm/[email protected]/modules/$.invoke.js:6:25)
at queue.(anonymous function) (http://localhost:9000/app/jspm_packages/npm/[email protected]/modules/$.task.js:40:9)
at Number.run (http://localhost:9000/app/jspm_packages/npm/[email protected]/modules/$.task.js:27:7)
The text was updated successfully, but these errors were encountered: