Craig MacKenzie
Craig MacKenzie
@allthesignals, just ran into this issue myself. Have you found a solution/workaround, yet?
Not sure if it works for you but I ended doing something like this: ```js // metadata query param is in this format: ?metadata=foo,123|bar,abc metadata: { defaultValue: [], refresh: true,...
I think this is a pretty naive approach but I needed something quick and dirty and I'm not too familiar with Ember (yet). [mixin/draggable-row gist](https://gist.github.com/cmackenz/8e6acda61b3f9e712d6d9e8c005dd59d) It's all stolen from the...
@sethphillips how are you destroying the `proxyObject`?
@sethphillips thanks!