79406586

Date: 2025-02-02 12:40:32
Score: 7 🚩
Natty: 5.5
Report link

i have the same proble my code is this :

const DashboardPage: React.FC = async ({ params }) => {

const store = await prismadb.store.findFirst({
    where: {
        id: params.storeId
    }
});

return (
    <div>
        Active Store: {store?.name}
    </div>
);

}

export default DashboardPage;

Did you solve the problem ?

Reasons:
  • RegEx Blacklisted phrase (3): Did you solve the problem
  • RegEx Blacklisted phrase (1.5): solve the problem ?
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Wor3or Wor3or__