RangeError: Maximum call stack size exceeded Error in react component

Hello,
I simply write a react component, and it gives the following error and the whole browser is hang up (Meteor v1.4.3.2 and React v15.5.3).

RangeError: Maximum call stack size exceeded
    at RegExp.[Symbol.replace] (native)
    at String.replace (native)
    at Object.escape (http://localhost:3000/packages/modules.js?hash=929fa362f4c0dc850fad08bf5712b2ff96ad9a5a:24676:34)
    at getComponentKey (http://localhost:3000/packages/modules.js?hash=929fa362f4c0dc850fad08bf5712b2ff96ad9a5a:24768:27)
    at traverseAllChildrenImpl (http://localhost:3000/packages/modules.js?hash=929fa362f4c0dc850fad08bf5712b2ff96ad9a5a:24809:35)
    at traverseAllChildrenImpl (http://localhost:3000/packages/modules.js?hash=929fa362f4c0dc850fad08bf5712b2ff96ad9a5a:24810:23)
    at traverseAllChildren (http://localhost:3000/packages/modules.js?hash=929fa362f4c0dc850fad08bf5712b2ff96ad9a5a:24889:10)
    at flattenChildren (http://localhost:3000/packages/modules.js?hash=929fa362f4c0dc850fad08bf5712b2ff96ad9a5a:25047:5)
    at ReactDOMComponent._reconcilerUpdateChildren (http://localhost:3000/packages/modules.js?hash=929fa362f4c0dc850fad08bf5712b2ff96ad9a5a:22724:28)
    at ReactDOMComponent._updateChildren (http://localhost:3000/packages/modules.js?hash=929fa362f4c0dc850fad08bf5712b2ff96ad9a5a:22832:31)

Any clue/solution for this issue ?
Thanks.