git diff is showing me there have been a few of these in my code:
<div style={styles.loadingContainer}><U+2028>
<CircularProgress />
- </div><U+2028>
+ </div>
I would like to grep all files to find and remove these. They were screwing up the design and costing me like 3 hours so far :-(