Skip to content
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

Needs Updating #15

Open
ghost opened this issue Sep 28, 2022 · 0 comments
Open

Needs Updating #15

ghost opened this issue Sep 28, 2022 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 28, 2022

I've recently updated to 4.7 and am running Babel v6.6.0, which is causing issues because this package uses 6.18.0.

Would this fix be to simply update the Babel version in this package?

Getting the below upon 'ember s':

The following outdated versions are found in your project:

* [email protected], currently used by:
  * [email protected]
    * Depends on ember-cli-babel@^6.6.0

Template Compiler Error (broccoli-persistent-filter:TemplateCompiler) in ember-cli-markdown-resolver/templates/components/markdown-menu-item.hbs

The `link-to` keyword was used incorrectly. It was used as a call expression, but its valid usages are:

- As an append statement, as in: {{link-to}}

- As a block statement, as in: {{#link-to}}{{/link-to}}

Error caused by:

|
|  {{link-to item.attributes.title linkTo itemPath click=(action "onClick")}}
|

(error occurred in 'ember-cli-markdown-resolver/templates/components/markdown-menu-item.hbs' @ line 2 : column 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants