We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1d18d commit a927ebbCopy full SHA for a927ebb
src/index.js
@@ -66,7 +66,7 @@ export default class ParticleEffectButton extends Component {
66
} else if (status === 'hiding' && !props.hidden) {
67
// TODO: show button in middle of hiding animation
68
} else if (status === 'showing' && props.hidden) {
69
- // TODO: hiden button in middle of showing animation
+ // TODO: hide button in middle of showing animation
70
}
71
72
0 commit comments