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 "deprecate's meta information requires an "id" field" when compiling with Ember 3.6.1 #774

Open
Gorzas opened this issue Sep 5, 2019 · 0 comments

Comments

@Gorzas
Copy link
Contributor

Gorzas commented Sep 5, 2019

Describe the bug
I've just upgraded my app to Ember v3.6 and my code has stopped compiling. When I try to compile it, the trace shows the following error:

Build Error (broccoli-persistent-filter:Babel > [Babel: *]) in */components/materialize-badge.js

deprecate's meta information requires an "id" field.

It seems that's a problem related with the function deprecate and maybe a change on their interface in the Ember 3.6: now the options object requires an id 🤔.

To Reproduce
Steps to reproduce the behavior:

  1. Upgrade to Ember v3.6.1
  2. Compile the code

I'm going to try the code removing the old components with the materialize-* name and try it again. Making a PR if I resolve the problem 😄.

Gorzas added a commit to Neuromobile/ember-cli-materialize that referenced this issue Sep 5, 2019
Gorzas added a commit to Neuromobile/ember-cli-materialize that referenced this issue Aug 14, 2020
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