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
Assertion Failed: You must use Ember.set() to set the parentView property (of <ohs@component:ez-tab::ember1958>) to <ohs@component:ez-tab-list::ember1947>.
#1
Open
dennisjose87 opened this issue
Oct 10, 2016
· 0 comments
I have been using ember-ez-tabs control in one of my Ember project for the last 4 months and it was working fine. Last day I have upgraded Ember to Ember 2.8.2 and now I'm having problems while loading routes which contains ember-ez-tabs control. The error in the console is as follows:
ember.debug.js:6778 Uncaught Error: Assertion Failed: You must use Ember.set() to set the parentView property (of <ohs@component:ez-tab::ember1958>) to <ohs@component:ez-tab-list::ember1947>.
If I uncomment this ember-ez-tabs in template all other works fine.
I have seen similar types of issues in another add-ons while searching for the above issue..
Related links:
I have been using ember-ez-tabs control in one of my Ember project for the last 4 months and it was working fine. Last day I have upgraded Ember to Ember 2.8.2 and now I'm having problems while loading routes which contains ember-ez-tabs control. The error in the console is as follows:
If I uncomment this ember-ez-tabs in template all other works fine.
I have seen similar types of issues in another add-ons while searching for the above issue..
Related links:
parentView
property tonull
piceaTech/ember-rapid-forms#134Is there any way to fix the issue?
The text was updated successfully, but these errors were encountered: