yasnippet-snippets/snippets/rjsx-mode/React/cwun

10 lines
201 B
Plaintext
Raw Normal View History

2019-02-28 21:03:22 +01:00
# -*- mode: snippet -*-
# uuid: f9e81a1f-356b-482d-9795-fc58fe00432d
# contributor: Jimmy Yuen Ho Wong <wyuenho@gmail.com>
# name: componentWillUnmount
# key: cwun
# --
componentWillUnmount() {
2019-02-28 21:03:22 +01:00
$0
2019-02-28 21:36:05 +01:00
}