GithubHelp home page GithubHelp logo

Comments (4)

offirgolan avatar offirgolan commented on August 27, 2024

Yeah the logic should still be valid. Can you breakpoint here or here and see if those lines are getting hit in your app?

from ember-data-copyable.

onumossn avatar onumossn commented on August 27, 2024

Those lines get hit. I was imagining that the method used to unload may have changed in a way that would cause copying references in that manner to cause the models to get into a bad state.

from ember-data-copyable.

offirgolan avatar offirgolan commented on August 27, 2024

Can you replicate this issue with an earlier version of this addon?

from ember-data-copyable.

mupkoo avatar mupkoo commented on August 27, 2024

There is a chance that this is more related to Ember Data and unloading records. Here I will quote Chris Thoburn (runspired), who explained this to me recently.

unloadRecord has a few different behaviors depending on the nature of the relationships the record has, but the easiest way of conceptualizing it is “treat as if not loaded”.

  • for sync relationships we consider this to be a true-state deletion
  • for async relationships we mark the relationship as needing to be reloaded
  • for records with no relationships, we eliminate the record from the cache

from ember-data-copyable.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.