We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1ddca97
There was an error while loading. Please reload this page.
adjusted group names for easier read in lint warnings
a0dc65b
c4caf2d
We now allow capitalized function names (for React components):
function MyButton({ value, onChange }) { return <button value={value} onClick={onClick}>hello!</button>; }
🎉