We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f968c commit f3417b3Copy full SHA for f3417b3
+web-react-mode/useState
@@ -3,5 +3,5 @@
3
# name: useState
4
# key: useState
5
# --
6
-const [${1:state}, set${1:$(s-upper-camel-case yas-text)}] = setState(${2:initialState});
+const [${1:state}, set${1:$(s-upper-camel-case yas-text)}] = useState(${2:initialState});
7
$0
0 commit comments