Replies: 1 comment 2 replies
-
Hey @Jiilakara It's impossible to help with just an error stack. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am facing below issue
Cannot read properties of undefined (reading 'push')
TypeError: Cannot read properties of undefined (reading 'push')
at handleJoyrideCallback (http://localhost:3000/static/js/bundle.js:614:17)
at http://localhost:3000/static/js/bundle.js:189838:9
at JoyrideStep.componentDidUpdate (http://localhost:3000/static/js/bundle.js:189692:7)
at commitLayoutEffectOnFiber (http://localhost:3000/static/js/bundle.js:153369:34)
at commitLayoutMountEffects_complete (http://localhost:3000/static/js/bundle.js:154510:13)
at commitLayoutEffects_begin (http://localhost:3000/static/js/bundle.js:154499:11)
at commitLayoutEffects (http://localhost:3000/static/js/bundle.js:154445:7)
at commitRootImpl (http://localhost:3000/static/js/bundle.js:156354:9)
at commitRoot (http://localhost:3000/static/js/bundle.js:156234:9)
at performSyncWorkOnRoot (http://localhost:3000/static/js/bundle.js:155743:7)
Beta Was this translation helpful? Give feedback.
All reactions