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

Converting circular structure of JSON #99

Closed
psenderos opened this issue Oct 19, 2017 · 5 comments
Closed

Converting circular structure of JSON #99

psenderos opened this issue Oct 19, 2017 · 5 comments
Labels

Comments

@psenderos
Copy link

Hi,
I've tried to use it on my app, but at the start it show in console this error

installHook.js:59 Uncaught TypeError: Converting circular structure to JSON
at JSON.stringify ()
at getData (installHook.js:59)
at window.addEventListener (installHook.js:189)

@qborreda
Copy link

Same here .. but this project looks very promising!

@davidcsally davidcsally added the bug label Jan 5, 2018
@davidcsally
Copy link
Member

Im still looking into this, not 100% how to fix it yet. I need to figure out a clean way to strip out circular references.

@jmansor
Copy link

jmansor commented Feb 28, 2018

I'm also experiencing this bug, cannot get it to work. Excited to test this tool in my project.

@davidcsally
Copy link
Member

after looking into this, im unable to reproduce this in my local projects. do you have a repo you could share that experiences this issue?

@davidcsally
Copy link
Member

Finally fixed this - #202

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

No branches or pull requests

4 participants