Results 3 comments of Alexey

@Viktorminator Just add `leave-strings: true` to options Link: https://github.com/twolfson/gulp.spritesmith/issues/61

@bfang711 ```javascript import React from "react"; import { findDOMNode } from "react-dom"; import Infinite from "react-infinite"; class Example extends React.Component { constructor(props){ super(props); this.inifiniteScrollContainer = null; } componentDidMount(){ const inifiniteScrollContainer=...

@bfang711 this example is from my project, so yes, this works. Anyway I need to see your code to understand the problem. Would be great to see it here -...