Skip to content

Commit 62ef250

Browse files
AndaristBrian Vaughn
authored and
Brian Vaughn
committed
Avoid bundling in ponyfill for Object.assign in use-subscription package (#17259)
1 parent f4148b2 commit 62ef250

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/use-subscription/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"index.js",
1515
"cjs/"
1616
],
17+
"dependencies": {
18+
"object-assign": "^4.1.1"
19+
},
1720
"peerDependencies": {
1821
"react": "^16.8.0"
1922
},

0 commit comments

Comments
 (0)