-
Notifications
You must be signed in to change notification settings - Fork 11
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
Support Ember version 4.x #81
Comments
Hello @stefanhofmann2 ! Thanks for opening this issue. I'll check this out soon enough. Are you using embroider? If so, could you try adding the flag to the ember-svg-jar
|
Already some work going on #82 |
Hello , for me i am getting the following error after installing ember-eui , my ember version is 4.1.0
|
Hello @amiarSlimane it seems the issue is related to embroider versions miss matches which is not related to ember-eui but with dependencies like ember power select, but please refer to the installation instructions for a monkey patch in the demo https://ember-eui.netlify.app/docs/installation Eventually this won't be needed. |
Thank you , i have used "override dependencies" as mentioned in the doc with a new fresh ember project ,
it is building successfully without errors, but i get the following error in the web browser console :
The error is in this line
|
@stefanhofmann2 @amiarSlimane new version released, it should now work with ember >v4.x.x , can you please confirm? We had to depend on |
Thank you @betocantu93 it is working. |
@amiarSlimane great! |
Using Ember version 4.1.1 in combination with ember-eui version 1.6 i get the following error:
reference error Ember is not defined. The error occurs in
define("@html-next/vertical-collection/components/vertical-collection/template", ["exports"], function (_exports) {
"use strict";
Object.defineProperty(_exports, "__esModule", {
value: true
});
_exports.default = void 0;
var _default = Ember.HTMLBars.template({
"id": "BlT5dpw+",
"block": "[[[42,[28,[37,1],[[28,[37,1],[[30,0,["virtualComponents"]]],null]],null],"id",[[[1,[28,[35,2],[[30,1,["upperBound"]]],null]],[41,[30,1,["isOccludedContent"]],[[[2,[28,[37,2],[[30,1,["element"]]],null]]],[]],[[[18,2,[[30,1,["content"]],[30,1,["index"]]]]],[]]],[1,[28,[35,2],[[30,1,["lowerBound"]]],null]]],[1]],null],[1,"\n"],[41,[30,0,["shouldYieldToInverse"]],[[[1," "],[18,3,null],[1,"\n"]],[]],null]],["virtualComponent","&default","&else"],false,["each","-track-array","unbound","if","yield"]]",
"moduleName": "@html-next/vertical-collection/components/vertical-collection/template.hbs",
"isStrictMode": false
});
I am working on Windows 10 with nodejs version 16.13.
_exports.default = _default;
});
The text was updated successfully, but these errors were encountered: