yapplabs / ember-buffered-proxy

An Ember Proxy the enables change buffering
MIT License
166 stars 31 forks source link

Buffered Proxy with Ember 3.6+ #42

Closed Arijit-Roy closed 5 years ago

Arijit-Roy commented 5 years ago

I am facing an issue with buffered proxy with ember 3.6+. setUnknownProperty function is what is causing this issue. Anyone else is facing any issue in this function ? It basically sets hasBufferedChanges to true when it is supposed to be false.

lukemelia commented 5 years ago

A contributor has mentioned that this issues is resolved by the following PR: https://github.com/yapplabs/ember-buffered-proxy/pull/41. If you're able to confirm that fixes your issue, that would be helpful.

Arijit-Roy commented 5 years ago

Yes. I can confirm that my issue is resolved by the PR #41. Thank you for your response @lukemelia .