enhancementgood first issuehelp wanted
Repository metrics
- Stars
- (23 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
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