d-opri / Kroko-Capstone

https://kroko-capstone.vercel.app
0 stars 0 forks source link

Activity #1

Closed d-opri closed 1 year ago

d-opri commented 1 year ago

add activity.js page, add List.js component, add db.json

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
kroko-capstone ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Jan 22, 2023 at 9:28PM (UTC)
Long-HaHoang commented 1 year ago

I would suggest you to edit your db.json. You are using the same id for multiple items. In Line 10 of List.js, you map with those ids. This will give you warnings.

I just cloned your project this is what I get:

Screenshot 2023-01-20 at 20 54 36

d-opri commented 1 year ago

I would suggest you to edit your db.json. You are using the same id for multiple items. In Line 10 of List.js, you map with those ids. This will give you warnings.

I just cloned your project this is what I get:

oh youre right! i had changed the ids at some point i remember but must have lost the file in my branches maybe.. thanks for the help!