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

fix(runtime-core): pruneCacheEntry rectify the judgment logic (fix #7355) #7510

Merged
merged 2 commits into from Feb 1, 2023

Commits on Jan 12, 2023

  1. fix(runtime-core): pruneCacheEntry rectify the judgment logic (fix vu…

    …ejs#7355)
    
    keep-alive component status abnormal when cache items more than its max, after debugging, I found that its judge 2 VNode is same logic is wrong(as cached.type !== current.type).
    GRPdream committed Jan 12, 2023
    Copy the full SHA
    64af9ff View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Update KeepAlive.ts

    yyx990803 committed Feb 1, 2023
    Copy the full SHA
    7231c29 View commit details
    Browse the repository at this point in the history