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 434a08c commit 3eacd9bCopy full SHA for 3eacd9b
snippets/react-javascript.json
@@ -40,7 +40,7 @@
40
"body": ["const [${1}, set${1}] = useState(${2});"],
41
"description": "useState"
42
},
43
- "React useContent": {
+ "React useContext": {
44
"prefix": "ruc",
45
"body": ["const ${1} = useContext(${2});"],
46
"description": "useContent"
0 commit comments