next.js/test/development/app-dir/edge-errors-hmr/app/comp.client.js
comp.client.js12 lines218 B
'use client'

export function CompClient() {
  return (
    <div>
      <p>- This is a component (client)</p>
      {/* Uncomment the following line and save file to see the error: */}
      {/* < */}
    </div>
  )
}
Quest for Codev2.0.0
/
SIGN IN