作成日: 2024/11/15 最終更新日: 2024/12/18
文書種別
制限事項
詳細
ActiveReportsJSを使用しているNext.jsアプリをバージョン14.2でビルドすると、実行時に以下のエラー発生します。
TypeError: Cannot set properties of undefined (setting 'wrap')
本現象はNext.jsで実施された以下の変更に起因して発生しています。
[Fix client boundary inheritance for barrel optimization]
https://github.com/vercel/next.js/pull/64467
以下で修正されているため、Next.jsのV15では発生しません。
[Fix mixed exports in server component with barrel optimization]
https://github.com/vercel/next.js/pull/64894
回避方法
Next.jsのV15以降をご利用ください。
ActiveReportsJS V5.1J (5.1.4) にて、Next.jsのV15に対応しました。