Warning: Extra attributes from the server...というエラー
Remixで開発している時にChromeのdev consoleにWarning: Extra attributes from the server: class..というエラーが出た。サーバー側で生成したVirtual DOMか何かにアクセスしようとしてて発生してるエラーっぽい?
調べてみたところWarning: Extra attributes from the server: style · vercel/next.js · Discussion #22388が引っかかった。
どうもChrome Extensionの何かの仕業らしい。自分の場合はVideo Speed Controllerという動画の再生速度を変更するExtensionが原因だった。設定でlocalhostのドメインでdisableになるように設定したら直った。
Q&A