-
Notifications
You must be signed in to change notification settings - Fork 1
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
Compatibility with Ember 4? #2
Comments
Hi @NullVoxPopuli! Could you describe kind of error? Is effect not working correctly? (not updating, updating too often) |
https://github.com/emberjs/ember.js/search?q=_backburner |
That's the private api bit. We'll need to find a different way in Ember 4. |
@BryanCrotaz we don't really need to use backburner here... |
The reason it's there is that there's always a backburner loop when there's a data change, which saves polling continuously. What we really want is an event when a tracking tag is invalidated. |
@BryanCrotaz we already could have it, adding setter to version property, see my original gist |
@BryanCrotaz The reason that people are making attempts to create effects for Ember is simple: Ember doesn't have it yet.
|
I'll make that change. I've added ember-try so that we can test with all the Ember versions. Can anyone help diagnose the build errors? https://github.com/BryanCrotaz/ember-tracked-effects-placeholder/runs/5273892081?check_suite_focus=true |
Huh?? |
maybe try re-rolling the lockfile? I find that the easiest way to deal with issues with type deps |
Didn't work |
@BryanCrotaz it's related to types conflict resolutions should be set to have only one version |
Error: |
Yes... Ember < 4 doesn't work with wildcard imports ember-cli/babel-plugin-ember-modules-api-polyfill#16 But it turned out that Ember transform As for github actions, if you never run it for this project I suggest creating an empty addon and making it work with |
Nearly there - but might need some help. In 'embroider-safe', it throws And in Ember 3.16 the decorator doesn't work - is this something you'd expect not to work in 3.16? |
Did you receive this in the final 3.16 application? |
fixed in v 1.2.0 |
I got some errors with: https://github.com/NullVoxPopuli/ember-three-boxes-demo
specifically on : https://github.com/NullVoxPopuli/ember-three-boxes-demo/blob/master/app/components/demo/without-templates/scene/box.js#L27
Wanted to double check first tho, did I hook this up right? anything obvious missing?
The text was updated successfully, but these errors were encountered: