misskey-dev / misskey

🌎 A completely free and open interplanetary microblogging platform 🚀
https://misskey-hub.net/
GNU Affero General Public License v3.0
9.99k stars 1.36k forks source link

ページ一覧などを表示しようとするとエラー #6915

Closed EbiseLutica closed 3 years ago

EbiseLutica commented 3 years ago

💡 Summary

Pagesのページ一覧、クリップ一覧などを表示すると次のエラーが表示される

app.12.61.1.js:2 TypeError: Cannot read property '0' of null
    at V (app.12.61.1.js:2)
    at O (app.12.61.1.js:2)
    at y (app.12.61.1.js:2)
    at V (app.12.61.1.js:2)
    at L (app.12.61.1.js:2)
    at C (app.12.61.1.js:2)
    at y (app.12.61.1.js:2)
    at app.12.61.1.js:2
    at n (app.12.61.1.js:2)
    at _t (app.12.61.1.js:2)

原因

Vue 3.0.4に不具合がある模様。3.0.3に戻したら直る

📝 Steps to Reproduce

  1. https://misskey.io/pages を開く

📌 Environment

Misskey 12.61.1

EbiseLutica commented 3 years ago

master では治っているっぽい https://github.com/vuejs/vue-next/pull/2717

syuilo commented 3 years ago

これ調べようと思ってたけどevan you nantokashiro案件だったか