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.
2 parents 7a6e465 + 408a72f commit 6ca2d66Copy full SHA for 6ca2d66
.github/workflows/test.yml
@@ -140,7 +140,7 @@ jobs:
140
141
- name: Install deps
142
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
143
- run: rm yarn.lock && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn add msw@latest
+ run: rm yarn.lock && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install
144
145
- name: Install Playwright browser if necessary
146
package.json
@@ -28,6 +28,7 @@
28
"import": "./dist/react-redux.alternate-renderers.mjs"
29
}
30
},
31
+ "sideEffects": "false",
32
"files": [
33
"dist",
34
"es"
0 commit comments