You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: