> react@15.6.1 > redbox@1.4.1 ~ 1.5.0 Has this problem been solved? https://github.com/commissure/redbox-react/pull/99 I've tried redbox@1.4.1 ~ 1.5.0, ssr always returns `<!-- react-empty: 1 -->` ```javascript const RedBox = require('redbox-react').default; content = renderToString(<RedBox error={new Error()} />); console.log(content); // <!-- react-empty: 1 --> ```