question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is this add-on still working?

See original GitHub issue

I’m struggling to get any of the isDirty or hasDirtyRelationships to work. I’ve followed the installation instructions but I don’t see any additional model capabilities.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
csprocket777commented, Aug 11, 2020

So, to anyone else landing on this error in search for an answer, I figured out that my issue was in relation to the combination of usage with ember-cli-mirage.

It’s discussed in issue #59

Except, in this case, if you create your own initializer with the same name, you can then override the addon initializer with your own and impose a load order without needing to fork this addon.

So:

  1. ember g initializer ember-data-change-tracker
  2. edit it to be the following:
import {initializer as initialize} from 'ember-data-change-tracker';

export default {
  name: 'ember-data-change-tracker',
  before: 'ember-cli-mirage',
  after: 'ember-data',
  initialize
};

Then you’ll see features like modelChanges() appear on your ember-data models.

0reactions
csprocket777commented, Sep 26, 2019

Moving to another add-on.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Best Kodi Addons for Jan 2023 [New Addons Added Daily]
List updated daily with working Addons for FireStick, Android TV boxes, and PC. ... However, a handful is still compatible with the older...
Read more >
Best Kodi Addons December 2022 (Free & Working)
This Kodi addon is located in the Fido Repository and is working great so far on Firestick and Android devices. Try Surfshark Risk-Free...
Read more >
The 10 Best Kodi Movie Addons Still Working in December 2022
The 10 Best Kodi Movie Addons still Working in December 2022The Oath ; 1. The Promise (Kodi 19 Matrix) ; 2. EnterTain Me...
Read more >
Best Working Kodi Addons List January 2023 - WirelesSHack
This page is regularly updated daily to reflect changes and show the top current best working Kodi addons. We use a poll, testing,...
Read more >
9 Best Working Kodi addons after Shutdown of Covenant ...
Some old repos are working and that altogether can fulfill lack of Covenant so we have listed 9 Best working Kodi addons for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found