@@ -429,7 +429,10 @@ class Thumbnail extends Component<Props, State> {
componentWillUnmount() {
this._stopListeningForAudioUpdates(this.props._audioTrack);
}
+ componentWillMount() {
+ clog("dev componentWillMount",{that:this,args:[...arguments])
+ }
/**
* Starts listening for audio level updates from the library.
*