Open dev-esakki opened 5 years ago
Just ran into this issue myself. Apparently the ajax library I'm using relies on superagent which relies on the crypto global, but the puppeteer version that react-snapshot uses does not include this global.
Any suggestions on a fix would be greatly appreciated.
Error: Uncaught [Error: Secure random number generation is not supported by this browser. Use Chrome, Firefox or Internet Explorer 11] while try to pre-render. I don't use any crypto modules