We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35362be commit cb7b741Copy full SHA for cb7b741
.gitignore
@@ -3,3 +3,4 @@ node_modules
3
.vscode-test/
4
*.vsix
5
*.log
6
+.DS_Store
CHANGELOG.md
@@ -4,6 +4,10 @@ All info about changes
# Released
7
+[3.1.0] - 2020-12-18
8
+
9
+- Add couple of snippets and React 17 components
10
11
[3.0.0] - 2020-09-11
12
13
- Enable extension on workspaces (i.e. GitHub codespaces).
README.md
@@ -230,6 +230,8 @@ I.E. `tsrcc`
230
231
## React Components
232
233
+### Note for React 17 use `_` prefix. Currently workaround for future options.
234
235
### `rcc`
236
237
```javascript
0 commit comments