AOSSIE-Org / AOSSIE-Org/Agora-Blockchain

BUG: Lint command fails due to unescaped entities in app/create/page.tsx

オープン
#220 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
97
フォーク
199
PR マージ指標
30日以内にマージされた PR はありません

説明

### Is there an existing issue for this?

- [x] I have searched the existing issues

### Issue Description ✍️

## Bug Description
The project's linting process (`npm run lint`) is currently failing with a blocking error. This is caused by unescaped double quotes in `app/create/page.tsx`, which violates the `react/no-unescaped-entities` rule. This prevents a clean build for local development.

## Actual Behavior
Running `npm run lint` fails with the following hard error:

./app/create/page.tsx
150:48 Error: `"` can be escaped with `"`, `“`, `"`, `”`. react/no-unescaped-entities

## Expected Behaviour
The `npm run lint` command should complete successfully without syntax errors blocking the build.

## Suggestions
Refactor line 150 in `app/create/page.tsx` to use the HTML entity `"` instead of a raw double quote. This will satisfy the ESLint rule and resolve the build failure.

### Record

- [x] I have synced all my node versions as mentioned in the project
- [x] I am using the same version of npm as is the project
- [x] My current branch is in sync with the development branch
- [x] I want to work on this issue

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。