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
As first mentioned by @boris-petrov in #70 (comment), the release of [email protected] seems to have unblocked parts of the ecosystem. But this addon seems to have issues with the new approach, somehow related to the haxx introduced in #12 ?
applyDecoratedDescriptor.js:16 Uncaught TypeError: decorator is not a function
at eval (applyDecoratedDescriptor.js:16)
at Array.reduce (<anonymous>)
at _applyDecoratedDescriptor (applyDecoratedDescriptor.js:15)
at eval (test-component.js:49)
at Module../components/test-component.js (chunk.d76dcaa29bf3c00d6f74.js:92)
at __webpack_require__ (chunk.7e29ea896c9f6f20b6e2.js:80)
at Module.eval [as callback] (module-issues.js:70)
at Module.exports (loader.js:106)
at requireModule (loader.js:27)
at Class._extractDefaultExport (index.js:466)
and that seems to be getting thrown by ember-page-title. But that wasn't a problem until I imported cached and used it.
The text was updated successfully, but these errors were encountered:
As first mentioned by @boris-petrov in #70 (comment), the release of
[email protected]
seems to have unblocked parts of the ecosystem. But this addon seems to have issues with the new approach, somehow related to the haxx introduced in #12 ?Reproduction available here: https://github.com/acorncom/cached-decorator-babel-issues-reproduction (latest [email protected] is in use there)
In my case, the error thrown is:
and that seems to be getting thrown by
ember-page-title
. But that wasn't a problem until I importedcached
and used it.The text was updated successfully, but these errors were encountered: