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
{{ message }}
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
downloading and installing the aurelia-ui-framework on the latest version of aurelia.js does not seem to work. The framework is working on older version of aurelia but silently fails on the latest version.
The text was updated successfully, but these errors were encountered:
@bigopon - I installed the latest version of aurelia from the website(npm). The version of aurelia-ui-framework that caused the issue is: "aurelia-ui-framework": "^5.0.0-beta.2" and "aurelia-cli": "^1.0.2"
There is no error message in the console but it does not recognize the tags in the html files. For example : Click is not recognized and simply renders as a regular div(paragraph)
However, an older version of aurelia setup with jspm ( "aurelia-ui-framework": "github:adarshpastakia/aurelia-ui-framework@master") is working.
We faced this issue when updating our aurelia codebase into the latest version.
downloading and installing the aurelia-ui-framework on the latest version of aurelia.js does not seem to work. The framework is working on older version of aurelia but silently fails on the latest version.
The text was updated successfully, but these errors were encountered: