-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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(frontend): ページキャッシュ機能を一時的に無効化 #14296
fix(frontend): ページキャッシュ機能を一時的に無効化 #14296
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #14296 +/- ##
============================================
- Coverage 40.08% 20.30% -19.78%
============================================
Files 1524 702 -822
Lines 188758 98737 -90021
Branches 3465 1029 -2436
============================================
- Hits 75656 20052 -55604
+ Misses 112528 78162 -34366
+ Partials 574 523 -51 ☔ View full report in Codecov by Sentry. |
vuejs/core#11431 入りのリリースがv2024.7.0に間に合う可能性があるのでこれマージしなくていい説がある |
#14170 ってそんなにクリティカル? |
たぶんページコンポーネントのローディング中に別のページに遷移したらバグるので、低スペックだったり回線が遅かったりすると発生しやすいことを考えると、わりとUXに影響しそう |
まだ vuejs/core#11427 がバグ認定されてないことを考えるとまだ先じゃないかしら |
Vueのバージョン戻すとか |
戻すにしてもどこまで戻せば再現しないのかが分からないのよね |
PRが上がっている( vuejs/core#11431 )+当該PRのSFC PlaygroundでIssueで提示したものと同じminimal reproductionを確認したらちゃんと想定通りの挙動になっている+見た感じ元コードの問題っぽいのでマージしてほしいところではある() |
Update: バグ認定された |
近日中に修正される可能性が高くなったためclose |
What
RouterViewのKeepAliveを一時的に除去
Why
#14170 対策
Additional info (optional)
Checklist