VirtualScroll with ion-img render error

Hello

in Ionic 2.0.0, virtual scroll has a rendering error.
like this.

I have many items in list. When I scroll it, some images has disappear.
below is my code.

  <ion-list [virtualScroll]="items" [approxItemHeight]="'120px'">
    <ion-item *virtualItem="let item">
      <ion-img src="http://placehold.it/300x120" width="300" height="120"></ion-img>
    </ion-item>
  </ion-list>

How can I use virtual scroll and ion-img without disappear?

Noticed the same here.

Yes, same problem here aswell.
Have disabled ion-img for now and using regular

Ionic info:

Cordova CLI: 6.5.0 
Ionic Framework Version: 3.0.1
Ionic CLI Version: 2.2.2
Ionic App Lib Version: 2.2.1
Ionic App Scripts Version: 1.3.0
ios-deploy version: 1.8.6 
ios-sim version: 5.0.8 
OS: macOS Sierra
Node Version: v7.7.2
Xcode version: Xcode 8.3.1 Build version 8E1000a

This is registered as an open issue on GitHub, so I think we’ll have to wait for a fix.