We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa550b commit 168eeb9Copy full SHA for 168eeb9
snippets/snippets.cson
@@ -61,13 +61,12 @@ export default class ${1:componentName} extends Component {
61
}
62
63
"""
64
- 'componentWillMount method':
65
- 'prefix': 'cpwm'
66
- 'body': """componentWillMount($1) {
67
- $2
+ 'componentWillMount method':
+ 'prefix': 'cpwm'
+ 'body': """componentWillMount($1) {
+ $2
68
69
-
70
- """
+ """
71
# React Redux
72
'Component with redux':
73
'prefix': 'rcredux'
0 commit comments