next.js/test/e2e/app-dir/instant-validation/node_modules/my-pkg/index.js
index.js9 lines178 B
'use client'

export function ErrorInSSRFromPackage({ children }) {
  if (typeof window === 'undefined') {
    throw new Error('Error from node_modules')
  }
  return children
}
Quest for Codev2.0.0
/
SIGN IN