79427992

Date: 2025-02-10 18:36:52
Score: 1
Natty:
Report link

Make sure to call the function you defined within Movie. Something like this:

export default function Movie() {
  const props = getServerSideProps();

  return (
    <>
      <h1>{props.abc || 'not found'}</h1>
    </>
  )
}

And you should see '123'.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: fsesmajr