Skip to content

Commit 5a008b7

Browse files
committed
feat(client): support react 16.x UNSAFE_ methods
1 parent 8d12cfd commit 5a008b7

File tree

5 files changed

+5520
-12
lines changed

5 files changed

+5520
-12
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
.vscode
2+
.idea
3+
.DS_Store
14
build
25
lib
36
node_modules
4-
npm-debug.log
7+
npm-debug.log

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

0 commit comments

Comments
 (0)