Skip to content
New issue

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

Assertion Failed: The {{in-element}} helper cannot be used #61

Open
allthesignals opened this issue Feb 15, 2023 · 0 comments
Open

Assertion Failed: The {{in-element}} helper cannot be used #61

allthesignals opened this issue Feb 15, 2023 · 0 comments

Comments

@allthesignals
Copy link

I can get my project to build. I have ember-in-element-polyfill showing as a transitive dependency. Why am I getting this assertion error if I have the polyfill? What am I missing?

"ember-maybe-in-element": "^2.1.0",
"ember-source": "~3.19.0",
ember-in-element-polyfill@^1.0.0

Build Error (broccoli-persistent-filter:Babel > [Babel: ember-maybe-in-element]) in ember-maybe-in-element/components/maybe-in-element.js

/Users/mattgardner/labs-zola/ember-maybe-in-element/components/maybe-in-element.js: Assertion Failed: The {{in-element}} helper cannot be used. ('ember-maybe-in-element/components/maybe-in-element.hbs' @ L1:C39) Error: /Users/mattgardner/labs-zola/ember-maybe-in-element/components/maybe-in-element.js: Assertion Failed: The {{in-element}} helper cannot be used. ('ember-maybe-in-element/components/maybe-in-element.hbs' @ L1:C39)
    at assert (/Users/mattgardner/labs-zola/node_modules/ember-source/dist/ember-template-compiler.js:1605:15)
    at BlockStatement (/Users/mattgardner/labs-zola/node_modules/ember-source/dist/ember-template-compiler.js:11260:54)
    at visitNode (/Users/mattgardner/labs-zola/node_modules/ember-source/dist/ember-template-compiler.js:7740:16)
    at visitArray (/Users/mattgardner/labs-zola/node_modules/ember-source/dist/ember-template-compiler.js:7831:20)
    at visitKey (/Users/mattgardner/labs-zola/node_modules/ember-source/dist/ember-template-compiler.js:7808:7)
    at visitNode (/Users/mattgardner/labs-zola/node_modules/ember-source/dist/ember-template-compiler.js:7762:9)
    at visitKey (/Users/mattgardner/labs-zola/node_modules/ember-source/dist/ember-template-compiler.js:7811:20)
    at visitNode (/Users/mattgardner/labs-zola/node_modules/ember-source/dist/ember-template-compiler.js:7762:9)
    at visitArray (/Users/mattgardner/labs-zola/node_modules/ember-source/dist/ember-template-compiler.js:7831:20)
    at visitKey (/Users/mattgardner/labs-zola/node_modules/ember-source/dist/ember-template-compiler.js:7808:7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant