Skip to content

Conversation

r3dm1ke
Copy link
Contributor

@r3dm1ke r3dm1ke commented Nov 23, 2019

Partialy fixes #3567
Removed symbol-observable from package.json and added a polifyll to /src/utils/symbol-observable, similar to RxJs implementation.

Sorry for the mess, I do not know what is wrong with my pc and why it keeps messing up the formatting.

@netlify
Copy link

netlify bot commented Nov 23, 2019

Deploy preview for redux-docs ready!

Built with commit 9ccd7ef

https://deploy-preview-3631--redux-docs.netlify.com

@timdorr
Copy link
Member

timdorr commented Nov 23, 2019

I'm not seeing a package-lock.json update. Can you include that?

@timdorr
Copy link
Member

timdorr commented Nov 23, 2019

Are you using a recent version of npm? I would bump up to the latest (6.13, I think?), as the package-lock.json should have sha512 hashes in it.

@r3dm1ke
Copy link
Contributor Author

r3dm1ke commented Nov 23, 2019

Are you using a recent version of npm? I would bump up to the latest (6.13, I think?), as the package-lock.json should have sha512 hashes in it.

npm -v reports 6.13.1
I did some research, and it seems there is a bug in npm with no known solution yet. There is a workaround to do npm cache clean -f and regenerate package-lock.json but it solves it only temporarily, until next generation. Do you want me to proceed with it?

@timdorr timdorr force-pushed the 3567-dropping-symbol-observable-dep branch from 051aae9 to 9ccd7ef Compare November 23, 2019 19:36
@timdorr
Copy link
Member

timdorr commented Nov 23, 2019

I fixed it up for you now.

Thanks for the PR!

@timdorr timdorr merged commit 8015a58 into reduxjs:master Nov 23, 2019
webMasterMrBin pushed a commit to webMasterMrBin/redux that referenced this pull request Aug 21, 2021
…ion (reduxjs#3631)

* Dropped symbol-observable dep, implemented internal polyfill

* Fixing prettier issues

* Removed obsolete reference from types

* Fix more prettier issues

* Add package-lock.json


Former-commit-id: 1c32d22
Former-commit-id: 216f2be
webMasterMrBin pushed a commit to webMasterMrBin/redux that referenced this pull request Aug 21, 2021
…ion (reduxjs#3631)

* Dropped symbol-observable dep, implemented internal polyfill

* Fixing prettier issues

* Removed obsolete reference from types

* Fix more prettier issues

* Add package-lock.json


Former-commit-id: 1c32d22
Former-commit-id: 216f2be
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate dropping all external dependencies
2 participants