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
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:
Upgrade to Ember v3.6.1
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 😄.
The text was updated successfully, but these errors were encountered:
Gorzas
added a commit
to Neuromobile/ember-cli-materialize
that referenced
this issue
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:
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:
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 😄.The text was updated successfully, but these errors were encountered: