enter image description here
Problem Details
I encountered an error while using a Next.js application with TypeScript. Specifically, I created a component AboutPage that takes a prop named para, which contains an aboutId string. When I tried to render this component, I received the following runtime error:
enter image description here