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
I upgraded an ember app to the Ember 2.8 version and I have this error :
Error: Assertion Failed: You must use Ember.set() to set the `parentView` property (of <tiny@component:em-select::ember1505>) to `null`.
at new Error (native)
at Error.EmberError (http://test.local.com:4201/assets/vendor.js:28666:21)
at assert (http://test.local.com:4201/assets/vendor.js:16366:13)
at Object.assert (http://test.local.com:4201/assets/vendor.js:28478:34)
at Class.SETTER_FUNCTION [as parentView] (http://test.local.com:4201/assets/vendor.js:32482:26)
at Array.<anonymous> (http://test.local.com:4201/assets/vendor.js:19915:25)
at didCleanupTree (http://test.local.com:4201/assets/vendor.js:20266:15)
at Object.clearMorph (http://test.local.com:4201/assets/vendor.js:56563:7)
at RenderResult.destroy (http://test.local.com:4201/assets/vendor.js:55867:32)
at Renderer.remove (http://test.local.com:4201/assets/vendor.js:24226:18)
I upgraded an ember app to the Ember 2.8 version and I have this error :
The error is on this line. What can I do?
The text was updated successfully, but these errors were encountered: