-
Notifications
You must be signed in to change notification settings - Fork 263
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
Ember 2.11 : getting infinite rendering when loading a model with relationships #480
Comments
…as we receive a value change message
@jamesdaniels any chance you can publish a new version ? that would be great ( actually I'm sorry to ask, but how much time does google / firebase allows you to spend on emberfire ? I'm a bit disappointed by the release :( I mean, we still have the version number set to 0.0.0 :(. |
@olivierchatry I'm waiting on access to our Jenkins deploy job. I haven't been given access to this yet. In the meantime perhaps @tstirrat could cut a release? Unfortunately both Tim and I have been pressed with releases of upcoming features lately + haven't spent the amount of time we'd like on the project. I'm sorry. I am setting goals and expectations with my manager regarding time spent on (and objectives with) Emberfire, so hopefully this improves in the future. |
That would be super cool to have some love given to the project :). I
know you are all quite busy, and I will just thank you for what you are
doing ( and also thank for replying ).
…On Fri, Feb 3, 2017 at 8:40 PM, James Daniels ***@***.***> wrote:
@olivierchatry I'm waiting on access to our Jenkins deploy job. I
haven't been given access to this yet. In the meantime perhaps
@tstirrat could cut a release? Unfortunately both Tim and I have been
pressed with releases of upcoming features lately + haven't spent the
amount of time we'd like on the project. I'm sorry.
I am setting goals and expectations with my manager regarding time
spent on (and objectives with) Emberfire, so hopefully this improves
in the future.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
2.0.6 has been cut 👍 |
Thanks a bunch ! |
With Ember 2.11, when I load a relationships that have more than 10 elements, I get and "infinite rendering invalidation detected".
This seems to come from adapters/firebase.js:142
replacing by :
works. I would guess it happens when we get a lot of update message at the same time, and they are called one after each other instead of being queued, anyway I will submit a pull request and you can see if you want to either fix the problem in firebase client or just fix it using ember.
The text was updated successfully, but these errors were encountered: