react-breadcrumbs-dynamic icon indicating copy to clipboard operation
react-breadcrumbs-dynamic copied to clipboard

Cannot read property 'add' when doing renderToString

Open stefan-serb opened this issue 6 years ago • 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

stefan-serb avatar Jan 29 '19 08:01 stefan-serb

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

oklas avatar Jan 30 '19 07:01 oklas