oklas/react-breadcrumbs-dynamic

Cannot read property 'add' when doing renderToString

stefan-serb opened this issue · 1 comments

If I try to do ReactDOMServer.renderToString, my app breaks because of this line:

<BreadcrumbsItem to='/'>Home</BreadcrumbsItem>

The error is:

Unhandled Rejection (TypeError): Cannot read property 'add' of undefined
oklas commented

Hi. Seems this is duplicate #24. Let me know if any else.