meteor-blaze-to-react icon indicating copy to clipboard operation
meteor-blaze-to-react copied to clipboard

Fixed renderBlaze() bug

Open FatBoyXPC opened this issue 8 years ago • 0 comments

It seems renderBlaze() would get called before the mount happens, which gives a warning that parent node is not defined. To fix this, I added an _isMounted property per the devs recommendations rather than using isMounted(). https://facebook.github.io/react/blog/2015/12/16/ismounted-antipattern.html

FatBoyXPC avatar May 02 '16 07:05 FatBoyXPC