We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I just upgraded Valtio to v2.1.2 from v1.13.2, I also updated the plugin version 0.6.4 to 0.7.0, Now getting the following error
v2.1.2
v1.13.2
0.6.4
0.7.0
TypeError: Converting circular structure to JSON --> starting at object with constructor 'Object' | property 'valtio' -> object with constructor 'Object' | property 'configs' -> object with constructor 'Object' | property 'recommended' -> object with constructor 'Object' --- property 'plugins' closes the circle
Following is .eslintrc.json
.eslintrc.json
{ "extends": [ "next/core-web-vitals", "plugin:valtio/recommended", "plugin:@tanstack/eslint-plugin-query/recommended" ], "rules": { "react/no-unescaped-entities": 1 } }
Project Info: React: 18.3.1 Next: 14.2.5 EsLint: 8.57.0
18.3.1
14.2.5
8.57.0
The text was updated successfully, but these errors were encountered:
#54 (comment)
Can you try the version here?
Sorry, something went wrong.
No branches or pull requests
Hi, I just upgraded Valtio to
v2.1.2
fromv1.13.2
, I also updated the plugin version0.6.4
to0.7.0
, Now getting the following errorFollowing is
.eslintrc.json
Project Info:
React:
18.3.1
Next:
14.2.5
EsLint:
8.57.0
The text was updated successfully, but these errors were encountered: