ddg171 / poripority

Websiteのリポジトリ
https://poripority.com/
0 stars 0 forks source link

ページ遷移の不具合 #243

Closed ddg171 closed 7 months ago

ddg171 commented 7 months ago

概要

defaultレイアウトから記事ページに直接遷移するとエラーが発生し、その後別のページへの遷移が正常に行えなくなる。

エラー

entry.b8580f46.js:1 TypeError: Cannot read properties of null (reading 'parentNode')

この後ページ遷移しようとするとこのエラー

Uncaught (in promise) TypeError: Cannot destructure property 'bum' of 'h' as it is null.

記事データの取得はできているがheadの更新ができていない。

その他

ddg171 commented 7 months ago

似たような事例が上がっている模様