When I run the next.js app, I get the following error:
TypeError: Cannot read properties of undefined (reading ‘data’)
It is caused by the file: src\app\components\SideNav.tsx (15:17) @ data
How can I fix that?