我正在尝试通过运行命令来构建应用程序
npm run build
但出现以下错误
(1:0) Error when using sourcemap for reporting an error: Can't resolve original location of error.
(1:0) Module level directives cause errors when bundled, "use client" in "src/components/publicProfile/OrganisationPublicProfile.tsx" was ignored.
尝试构建没有错误的应用程序
正如 @Alex 在他们的评论中所说,删除 React 文件中的任何
'use client'
指令。
Astro 不需要这个指令