react-native-eventsource icon indicating copy to clipboard operation
react-native-eventsource copied to clipboard

fix missing or undefined data by checking for data as well as message

Open mintbridge opened this issue 8 years ago • 0 comments

this could probably just be data: ev.data but leaving it as data: ev.message || ev.data should be non breaking

fixes #9

mintbridge avatar May 16 '17 12:05 mintbridge