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

Use message component with contextHolder results in routing blank pages #6807

Closed
1 task done
yameizi001 opened this issue Aug 1, 2023 · 3 comments
Closed
1 task done
Labels

Comments

@yameizi001
Copy link

yameizi001 commented Aug 1, 2023

  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

4.0.0-rc.6

Environment

os: Windows11; browser: Edge 115.0.1901.188; Vue: 3.3.4

Reproduction link

Edit on CodeSandbox

Steps to reproduce

  1. create vue project, use command: npm init vue@latest, choose ts,jsx,router,pinia,es support
  2. init project, use command: npm install
  3. add antd for vue, use command: npm i --save ant-design-vue@4.0.0
  4. switch to AboutView.vue, add and write code like official document(Hooks)
  5. open browser, switch to About view, click button, pop-up prompt successfully
  6. click Home route button to switch to Home view

What is expected?

after step6, should switch to Home view

What is actually happening?

blank view after step6

@adampolyanskiy
Copy link

@yameizi001 Was you able to fix it?

@adampolyanskiy
Copy link

adampolyanskiy commented Sep 25, 2023

@yameizi001 Was you able to fix it?

Ok, I saw it was fixed in the new release. Thanks @tangjinzhou

Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants
@kovsu @adampolyanskiy @yameizi001 and others