We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I installed Ember Velcro latest version. My Ember app version is 3.20.2. In my template I added, as per documentation, the lines below:
<div id="hook">The `reference` element (the hook)</div> <div {{velcro "#hook"}}>The `floating` element (the loop)</div>
I get
Uncaught TypeError: Ember._helperManagerCapabilities is not a function
error.
<Velcro as |velcro|> <div {{velcro.hook}}>Velcro hook</div> <div {{velcro.loop}}>Velcro loop stuck to Velcro hook!</div> {{log "velcro data" velcro.data}} </Velcro>
velcro.hook is not a valid name for a modifier on line 18.
velcro.hook
I tried adding ember modifier in package.json, but nothing changed.
Any ideas why this might be happening? Maybe Ember version is not compatible?
Thanks!
The text was updated successfully, but these errors were encountered:
Looks like the readme is wrong.
Minimum tested version is 3.28: https://github.com/CrowdStrike/ember-velcro/blob/main/.github/workflows/ci.yml#L114
Sorry, something went wrong.
No branches or pull requests
Hi! I installed Ember Velcro latest version. My Ember app version is 3.20.2.
In my template I added, as per documentation, the lines below:
I get
error.
I get
I tried adding ember modifier in package.json, but nothing changed.
Any ideas why this might be happening? Maybe Ember version is not compatible?
Thanks!
The text was updated successfully, but these errors were encountered: