I am using coffeescript
with react-rails
gem. In the measure.js.coffee
, there is no span present in the coffee code, but when the HTML is getting painted a mysterious ghost span is appearing. Below is a screenshot of code and HTML generated by it.
In my code, there is no span in between carousel-mImages
and mtag-images
. Is it because of the reactCSSTransitionGroup = React.createFactory(React.addons.CSSTransitionGroup)