Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setWeb3Modal in nuxt/vuex returns call stack exceeded error #13

Open
GZ2829 opened this issue Feb 3, 2022 · 3 comments
Open

setWeb3Modal in nuxt/vuex returns call stack exceeded error #13

GZ2829 opened this issue Feb 3, 2022 · 3 comments

Comments

@GZ2829
Copy link

GZ2829 commented Feb 3, 2022

I am using Nuxt and managed to integrate the vue modal. Everything seems to work except when I call the setWeb3Modal mutation in vuex, it returns the "call stack exceeded" error at _traverse. I have attempted to use the Object.freeze method but that makes it unusable as its an object you need to write to. I have attempted to use the _cloneDeep function in lodash but that also doesn't work because the object is too specific and cannot be cloned. I just wanted to bring this up to see if anyone else has a solution to this. If I find one I will update but wanted the opinion of others.

Nuxt 2.15.8
Vue 2.6.14
web3modal-vue 1.0.5

@GZ2829 GZ2829 changed the title setWeb3Modal in vuex returns call stack exceeded error setWeb3Modal in nuxt/vuex returns call stack exceeded error Feb 3, 2022
@lxqnt
Copy link

lxqnt commented Feb 8, 2022

@GZ2829 Im also running to this issue. Let me know if you come up with a solution.

@sebbean
Copy link

sebbean commented Feb 8, 2022

same!

@vachmara
Copy link

vachmara commented Apr 29, 2022

I have also this issue. This should fix the problem vuejs/vue#9081 (comment). @GZ2829 @lxqnt @sebbean

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants