Paul

Results 39 comments of Paul

Thanks @passwordleak. I've managed to reproduce the error on a new system and I'll push a fix shortly.

You will have to edit `src/main.cpp` and recompile. The mappings can be found on line 94 - 173.

I was struggling with the same issue on Gatsby but I was using hooks instead of components, meaning I couldn't use `React.lazy()`. My solution was simply load the modal in...

I've still not figured it out. Did you deploy the migrations?

Were you able to figure it out @cwazy2020 ?

Just as simple as the below. ![image](https://github.com/thirdweb-dev/js/assets/97316/1f8f5fa2-c6ad-416e-bea2-2f249bb88e75) We regularly get users completey missing the "Connect a wallet option" as it sits below a traditonal account login + the large Continue...

Did anyone find a fix / workaround for this?

Fix (at least for me on Windows 10): 1. Open ~\\.atom\packages\remote-edit\lib\model\remote-edit-editor.coffee 2. Change line `resourcePath = atom.config.resourcePath` to `resourcePath = atom.getLoadSettings().resourcePath`