./dist folder is empty (besides index.js). Published npm package is unusable:
https://unpkg.com/browse/[email protected]/dist/

Just noticed same.
+1, I just broke my repo by merging the update a tad too fast ;-)
same, build broke :-(
bueller....bueller
Just found this while trying to spin up a new create-react-app project with the redux-typescript template...
Quick fix for yarn users, add this to the package.json file.
"resolutions": {
"immer": "7.0.9"
},
Read more: https://classic.yarnpkg.com/en/docs/selective-version-resolutions/
hmm somehow the build doesn't bail out from releasing when there is a build error in CI. Any PR on the .travis.yml file to fix that is welcome :)
:tada: This issue has been resolved in version 7.0.14 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Most helpful comment
Quick fix for yarn users, add this to the package.json file.
Read more: https://classic.yarnpkg.com/en/docs/selective-version-resolutions/