Guest User

Untitled

a guest
Nov 13th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. {this.state.videoIds.map((videoId, index) =>
  2. <YouTube
  3. key={index}
  4. opts={opts}
  5. videoId={videoId}
  6. onReady={this._onReady} />
  7. )}
Add Comment
Please, Sign In to add comment