Flashing white when updating

I followed the contact list tutorial and loved it. So I decided to take this and modify it to jump start my project. I have a great looking page with a black background. The only problem is, whenever I update data in my test data JS file, the page redraws (with the new data) but flashes white when doing so. I thought Aurelia was supposed to be able to handle updating just the specific data item on the screen and change it without redrawing the entire screen/page. I fear I have gone down a wrong path somewhere and changed something I shouldn’t have and caused this issue. I fail to see where, though. I just need a little help to point me in the right direction so the screen will stop flashing white when data is updated in real-time.

1 Like

Can you provide a repo of your work or a sandbox?

1 Like

are you using webpack? if so try --hmr

1 Like

Tried --hmr, didn’t change.

1 Like

UpNext is the repo on GitHub.com. It’s just Aurelia’s Contact tutorial app changed up a bit to get my feet wet. I should mention, I have no intention of releasing this app as it’s for a very specific purpose. But I put it out on github since you asked.

1 Like