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

error when building app with ember-paper #1180

Closed
Talwynox opened this issue Mar 6, 2021 · 8 comments · Fixed by #1201
Closed

error when building app with ember-paper #1180

Talwynox opened this issue Mar 6, 2021 · 8 comments · Fixed by #1201

Comments

@Talwynox
Copy link

Talwynox commented Mar 6, 2021

Hi,
I run into this issue as soon as I add ember-paper to any project:

Template Compiler Error (broccoli-persistent-filter:TemplateCompiler) in ember-basic-dropdown/templates/components/basic-dropdown-content.hbs

Cannot read property 'type' of undefined

I am using Ember 3.25.0 and ember-paper 1.0.0-beta.35.

@omar-zakaria
Copy link

omar-zakaria commented Mar 10, 2021

I have the exact same issue, using Ember 3.25.2 and ember-paper 1.0.0-beta.35.

The project is new, and removing ember-paper fixes the issue.

@z7ealth
Copy link

z7ealth commented Mar 11, 2021

x3

@ratelutz
Copy link

ratelutz commented Mar 14, 2021

same issue here using ember-cli 3.25.2 and ember-paper 1.0.0-beta.25.
Project is clean without any coding. simply installed the packages

@ratelutz
Copy link

ratelutz commented Mar 15, 2021

did some more investigation. all above ember-cli@3.8.1 failes for me.

@oakho
Copy link

oakho commented Mar 16, 2021

fwiw, there is an open issue in the ember-basic-dropdown repository (see cibernox/ember-basic-dropdown#586)

ember-paper is also the culprit in my case and adding resolutions to my package.json didn't work, currently don't have much time to investigate this issue but, as a workaround, downgrading ember-cli to 3.24 solve this issue temporarily.

anyway, ember-paper uses an old versions (2.x) of ember-basic-dropdown and ember-maybe-in-element so it doesn't help

@ratelutz
Copy link

ratelutz commented Mar 16, 2021

fwiw, there is an open issue in the ember-basic-dropdown repository (see cibernox/ember-basic-dropdown#586)

ember-paper is also the culprit in my case and adding resolutions to my package.json didn't work, currently don't have much time to investigate this issue but, as a workaround, downgrading ember-cli to 3.24 solve this issue temporarily.

anyway, ember-paper uses an old versions (2.x) of ember-basic-dropdown and ember-maybe-in-element so it doesn't help

ember-cli@3.24. does not work for me. it failes with another compile error
Template Compiler Error (broccoli-persistent-filter:TemplateCompiler) in ember-paper/components/paper-autocomplete/options/template.hbs

@icheered
Copy link

Still an issue. Has anyone found a workaround?

@mohitsud
Copy link

mohitsud commented Nov 3, 2021

I chased this down quite a bit. Sadly the best solution for me was to simply migrate away from ember-paper. A true shame since it was such a great addon.

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

Successfully merging a pull request may close this issue.

7 participants