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

Steps dont go forward after moving back #31

Open
Matse123 opened this issue Dec 24, 2023 · 1 comment
Open

Steps dont go forward after moving back #31

Matse123 opened this issue Dec 24, 2023 · 1 comment

Comments

@Matse123
Copy link

I added this Code from the antdv documentation, but currently it is not working.
If I go forward, the second step doesn't get the 'success' status, and if I move back and want to go forward, it breaks.

steps.bug.mp4

test1.vue:19 [Vue warn]: Unhandled error during execution of scheduler flush. This is likely a Vue internals bug. Please open an issue at https://new-issue.vuejs.org/?repo=vuejs/core
at
at <Step key=1 title="Second" class="" ... >
at <Steps icons= {finish: {…}, error: {…}} current=2 items= (3) [{…}, {…}, {…}] ... >
at <ASteps current=2 items= (3) [{…}, {…}, {…}] >
at <Test1 onVnodeUnmounted=fn ref=Ref< Proxy(Object) {__v_skip: true} > >
at <RouteProvider key="/test1" vnode= {__v_isVNode: true, __v_skip: true, type: {…}, props: {…}, key: null, …} route= {fullPath: '/test1', hash: '', query: {…}, name: 'test1', path: '/test1', …} ... >
at
at
at
at
at <Anonymous hasSider=undefined prefixCls="ant-layout" tagName="section" ... >
at <ALayout style= {marginLeft: '84px'} >
at <Anonymous hasSider=undefined prefixCls="ant-layout" tagName="section" ... >
at <ALayout style= {max-height: '100vh'} >
at <Anonymous value= {hashed: true, components: {…}, theme: Theme, token: {…}} >
at
at <LocaleReceiver children=fn >
at <AConfigProvider theme= {algorithm: ƒ} >
at <Default ref=Ref< Proxy(Object) {__v_skip: true} > >
at <LayoutLoader key="default" layoutProps= {ref: RefImpl} name="default" >
at <NuxtLayoutProvider layoutProps= {ref: RefImpl} key="default" name="default" ... >
at
at
at

chunk-BLEO2JDC.js?v=4dd5f70d:5884 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'namespaceURI')
at isSVGContainer (chunk-BLEO2JDC.js?v=4dd5f70d:5884:58)
at hydrateNode (chunk-BLEO2JDC.js?v=4dd5f70d:6039:13)
at hydrateSubTree (chunk-BLEO2JDC.js?v=4dd5f70d:7103:13)
at ReactiveEffect.componentUpdateFn [as fn] (chunk-BLEO2JDC.js?v=4dd5f70d:7123:13)
at ReactiveEffect.run (chunk-BLEO2JDC.js?v=4dd5f70d:422:19)
at instance.update (chunk-BLEO2JDC.js?v=4dd5f70d:7242:52)
at setupRenderEffect (chunk-BLEO2JDC.js?v=4dd5f70d:7250:5)
at mountComponent (chunk-BLEO2JDC.js?v=4dd5f70d:7040:5)
at processComponent (chunk-BLEO2JDC.js?v=4dd5f70d:6993:9)
at patch (chunk-BLEO2JDC.js?v=4dd5f70d:6466:11)

@aibayanyu20
Copy link
Member

same with #17

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