Skip to content

docs: fix invalid JSX attribute in ink-kit example#616

Open
CryptAm wants to merge 1 commit into
inkonchain:mainfrom
CryptAm:patch-3
Open

docs: fix invalid JSX attribute in ink-kit example#616
CryptAm wants to merge 1 commit into
inkonchain:mainfrom
CryptAm:patch-3

Conversation

@CryptAm
Copy link
Copy Markdown

@CryptAm CryptAm commented May 26, 2026

class > className

In JSX/TSX, class is a syntax error - the correct attribute is className. Without this fix, the example breaks when copied into a React/Next.js project.

`class` → `className`

In JSX/TSX, `class` is a syntax error — the correct attribute is `className`. Without this fix, the example breaks when copied into a React/Next.js project.
@CryptAm CryptAm requested a review from a team as a code owner May 26, 2026 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant