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

Getting Runtime Error #1887

Closed
ashwith2427 opened this issue Nov 24, 2024 · 3 comments
Closed

Getting Runtime Error #1887

ashwith2427 opened this issue Nov 24, 2024 · 3 comments

Comments

@ashwith2427
Copy link

ashwith2427 commented Nov 24, 2024

Iam getting the runtime error when I put AnimatedGrid and AnimatedAxis components in my code and the error goes like this.


(0,web.useTransition) is not a function

TypeError: (e,web.useTransition) is not a function

at AnimatedGridLines (http://localhost:3000/static/js/bundle.js:7736:46)

at renderWithHooks (http://localhost:3000/static/js/bundle.js:58977:22)

at mountIndeterminateComponent (http://localhost:3000/static/js/bundle.js:62948:17)

at beginwork (http://localhost:3000/static/js/bundle.js:64251:20)

at HTMLUnknownElement.callCallback (http://localhost:3000/static/js/bundle.js:49233:

at Object.invokeGuardedCallbackDev (http://localhost:3000/static/js/bundle.js:49277:

at invokeGuardedCallback (http://localhost:3000/static/js/bundle.js:49334:35)

at beginWork$1 (http://localhost:3000/static/js/bundle.js:69232:11)

at performUnitofwork (http://localhost:3000/static/js/bundle.js:68480:16)

at workLoopSync (http://localhost:3000/static/js/bundle.js:68403:9)

My package.json is

"dependencies": {

"@babel/core": "7.26.0",

"@babel/runtime": "^7.2.6",

"@react-spring/web": "^9.4.5",

"@testing-library/jest-dom": "^5.17.8",

"@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0",

"@types/react": "^18",

"@types/react-dom": "^18",

"@visx/curve": "1.0.0",

"@visx/glyph": "3.12.0",

"@visx/mock-data": "3.12.0",

"@visx/pattern": "3.12.8",

"@visx/react-spring": "3.12.0", "@visx/responsive": "3.12.0",

"@visx/visx": "^3.12.8", "@visx/xychart": "^3.12.0",

"@waypoint/react-components": "^5.17.0",

"babel-runtime": "^6.26.0",

"react": "^18.3.1",

"react-dom": "^18.3.1",

"react-router-dom": "latest",

"react-scripts":"^5.0.1",

"react-spring": "^9.7.4",

"typescript": "^3.9.10",

"web-vitals": "^2.1.4"
}
@williaster
Copy link
Collaborator

Hey @ashwith2427 can you make this reproducible in a sandbox? that's easier to debug.

@ashwith2427
Copy link
Author

ashwith2427 commented Nov 28, 2024

I just took it from examples. Sample area series example with temperatures data as input .

@williaster
Copy link
Collaborator

duplicates #1725

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

2 participants