## Bug Report **Error**: `ts(2731)` - Implicit conversion of a 'symbol' to a 'string' will fail at runtime **Location**: `packages/nextjs/app/debug/_components/contract/ContractUI.tsx` **Reproduction**: 1. Run `yarn start` 2. Check TypeScript compilation 3. See error in ContractUI component **Lines affected**: - Line with `<span className="font-bold">{contractName}</span>` - Line with template literal containing `${contractName}` ## 🔗 Assignment Request @portdeveloper - I have created a PR for this and addressed the fix