enhancementgood first issuehelp wanted
Repository metrics
- Stars
- (23 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
let active = true
let button = <button active />
should work, but today it requires to use active=active
let active = true
let button = <button active />
should work, but today it requires to use active=active