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
Before upgrading to 0.19.2 (up from 0.14.0), this worked fine. Now I get the following error:
Uncaught TypeError: Cannot read property 'render' of undefined
My workaround at the moment, is to change both outlets and ifs to a regular ember equivalents - basically removing all traces of Liquid Fire from the project.
Ember: 1.11.0
Ember CLI: 0.2.2
Liquid Fire: 0.19.2
Any ideas?
The text was updated successfully, but these errors were encountered:
Thanks. I was able to reproduce the problem. The issue is that a {{liquid-outlet}} that has no content will crash, but only when its parent outlet remains stable since the previous transition.
I have a liquid outlet nested inside a liquid if (with an else clause):
Before upgrading to 0.19.2 (up from 0.14.0), this worked fine. Now I get the following error:
My workaround at the moment, is to change both outlets and ifs to a regular ember equivalents - basically removing all traces of Liquid Fire from the project.
Ember: 1.11.0
Ember CLI: 0.2.2
Liquid Fire: 0.19.2
Any ideas?
The text was updated successfully, but these errors were encountered: