Q: Dev code Problem

hi - I dont know where or how to contact Greta support. am working on the development of this site: vocal-jelly-db2399.netlify.app.

Am encountering the problem below. I have tried some solution to resolve it but cannot because the preview part of the page and the code window keep reloading themselve.. I need this to be resolved asap please, worked too hard for this

The specific error is:
src/components/Search/AdvancedSearch.jsx 292:13 error Duplicate key 'category' no-dupe-keys

Preview Failed

Command failed: npm run build Build output: > multi-agent-platform@0.0.0 build > npm run lint && vite build > multi-agent-platform@0.0.0 lint > eslint . /tmp/previews/preview-chat-36331f89-09e5-4dce-8e41-dbfe94d946f8/src/components/Search/AdvancedSearch.jsx 292:13 error Duplicate key 'category' no-dupe-keys ✖ 1 problem (1 error, 0 warnings)

GlobalDigitalMediaSep 24, 2025
Share
Helpful?
Log in to join the conversation
Posted: Sep 24, 2025

am told this is the solution:

Locate the File: Open the file src/components/Search/AdvancedSearch.jsx in your code editor.

Go to the Line: Navigate to line 292.

Identify and Remove the Duplicate: Look for an object literal (e.g., { key: 'value', anotherKey: 'anotherValue' }) and find where the category key is defined twice. You will need to remove one of th
This means that in the AdvancedSearch

Related questions
View product details