Skip to content

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

Merged
devknight-ink merged 2 commits into
inkonchain:mainfrom
CryptAm:patch-3
Aug 10, 2026
Merged

docs: fix invalid JSX attribute in ink-kit example#616
devknight-ink merged 2 commits into
inkonchain:mainfrom
CryptAm:patch-3

Conversation

@CryptAm

@CryptAm CryptAm commented May 26, 2026

Copy link
Copy Markdown
Contributor

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
@devknight-ink

Copy link
Copy Markdown
Collaborator

Thanks 👍

@devknight-ink
devknight-ink merged commit 58ad539 into inkonchain:main Aug 10, 2026
9 of 13 checks passed
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.

2 participants