Skip to content

Commit

Permalink
Patch react-spring production bug
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolemos committed Dec 8, 2020
1 parent 5b1d7a0 commit 9c950fd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions patches/@react-spring+shared+9.0.0-rc.3.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/node_modules/@react-spring/shared/package.json b/node_modules/@react-spring/shared/package.json
index 93be66f..0ef7fd7 100644
--- a/node_modules/@react-spring/shared/package.json
+++ b/node_modules/@react-spring/shared/package.json
@@ -11,7 +11,7 @@
"contributors": [
"Alec Larson (https://github.com/aleclarson)"
],
- "sideEffects": false,
+ "sideEffects": true,
"main": "cjs/index.js",
"module": "esm/index.js",
"dependencies": {

0 comments on commit 9c950fd

Please sign in to comment.