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