You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Temporary workaround is to load this component in the client using clientOnly
Unhandled Rejection: Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/var/task/node_modules/@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge' imported from /var/task/chunks/build/index2.mjs
at finalizeResolution (node:internal/modules/esm/resolve:269:11)
at moduleResolve (node:internal/modules/esm/resolve:937:10)
at moduleResolveWithNodePath (node:internal/modules/esm/resolve:1173:14)
at defaultResolve (node:internal/modules/esm/resolve:1216:79)
at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:540:12)
at ModuleLoader.resolve (node:internal/modules/esm/loader:509:25)
at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:239:38)
at ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:96:40)
at link (node:internal/modules/esm/module_job:95:36) {
code: 'ERR_MODULE_NOT_FOUND',
url: 'file:///var/task/node_modules/@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge'
}
Node.js process exited with exit status: 128. The logs above can help with debugging the issue.
The text was updated successfully, but these errors were encountered:
I got this error when I tried to import
@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge
and it was in my depsI'm using solidstart with
ssr: true
Temporary workaround is to load this component in the client using clientOnly
The text was updated successfully, but these errors were encountered: