Rod Sot
Rod Sot
Downgrading to v4.0.3 fixed the issue for me as well using `@walletconnect/web3-provider`
@itinance You can try `console.log(error.error.message)` when you are catching the error.
I'm having the same issue. The set up provided by Scrimba doesn't work!. This is the error when you run `npm run build`: `ERROR in ./index.js Module not found: Error:...
@jez9999 I have used the config you mentioned and for me is working well, generating the source maps and see the `.scss` files corresponding to every styling in dev tools:...
@bobdobbs I'm having the same issue, did you find a workaround?
Hey @bobdobbs, yeah, finally I added an additional setting on the `gatsby-node.js` file, specifically using `onCreateWebpackConfig` ([API Ref here](https://www.gatsbyjs.com/docs/reference/config-files/gatsby-node/#onCreateWebpackConfig)). Basically, I added the `devtool` option like so: ``` exports.onCreateWebpackConfig =...
I confirm that this issue is also occurring in a normal Windows installation (Windows 10 in my case). For me it is happening whenever I close the terminal, and then...
I've been using Cursor for a while, and one feature I really miss from VSCode is the ability to sync settings and have a user profile. This functionality makes switching...