question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

This addon does not work on Ember v.4

See original GitHub issue

I’ve just updated to Ember 4.x and got errors when I try to use PowerCalendar component Uncaught (in promise) ReferenceError: Ember is not defined. This behavior was fixed when I generated all the addon components (as glimmer components) in my project and copied the content from the addon (with some small fixes).

Thanks!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
cibernoxcommented, Feb 21, 2022

I just published 0.17 (thanks @mkszepp) so I believe this should be good to go now. I’m closing it now, please reopen if you find more issues.

1reaction
nickschotcommented, Feb 16, 2022

Can confirm, having this issue when building. After installing power-calendar on Ember v4

Build Error (broccoli-persistent-filter:Babel > [Babel: @embroider/macros]) in @embroider/macros/runtime.js

<snip>/@embroider/macros/runtime.js: @babel/template placeholder "1000": Expected string substitution


Stack Trace and Error Report: /tmp/error.dump.c4e3a97c1b8d6390f4c4dc0d2ed1af22.log

This specific issue is caused by an older embroider dependency, you can work around it for now by adding a resolution for @embroider/util (and possibly @embroider/macros ).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ember 4.0 released
Ember 4.0 follows that tradition, and will contain no new features. ... guide has more details about how to upgrade your Ember app/addon....
Read more >
How to upgrade an Ember App or Addon - EmberMap
Make the necessary changes, install the new version, and run your tests suite. You may need to fix some things to accommodate new...
Read more >
node.js - how can i understand ,which ember addon version ...
There is a good chance that the addon will work with a specific node version if that version is supported by Ember CLI...
Read more >
ember-current-url
2Open Issues; 0Fork; 4Starred; 1Contributor. latest commit ... Dependencies. Version 0.1.2 of this addon depends on the following addons: ...
Read more >
ember-basic-dropdown - npm
It is by example the addon on which ember-power-select or ember-paper ... NOTE: If for some reason clicking outside a dropdown doesn't work, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found