Open dearlordylord opened 9 years ago
If you have syntax class SongCircle extends React.Component { ..., CSS doesn't hot load anymore, but instead browser reload the whole page like on JS change.
class SongCircle extends React.Component { ...
+1
@ahoereth if you need a solution, I just used https://github.com/grovelabs/meteor-react package. It doesn't have this problem and well-maintained on this date.
If you have syntax
class SongCircle extends React.Component { ...
, CSS doesn't hot load anymore, but instead browser reload the whole page like on JS change.