Raimon Lapuente
Raimon Lapuente
I also see this issue. I use: - docusaurus-plugin-typedoc 0.15 (both 0.15.1 and 0.15.3) - typedoc 0.21.9 - typedoc-plugin-markdown 3.11.3 If this is any hint, I see this error after...
Sorted by downgrading typedoc from 21.9 to 21.0 Docusaurus plugin to 0.15.0 typedoc plugin markdown to 3.10.0 also I had typescript updated to 4.4 so downgraded to 4.2
This sounds related to https://github.com/microsoft/vscode-react-native/issues/1028
error node_modules/react-native-vector-icons/lib/create-icon-set.js: #<WeakSet> could not be cloned.
Same issue with another library, downgrading metro doesn't seem to work. For RN 65 the minimum required versions are higher than the ones we are trying to resolve to...
error node_modules/react-native-vector-icons/lib/create-icon-set.js: #<WeakSet> could not be cloned.
What worked for us in the end was not related to babel. we recreated `yarn.lock` and `Podfile.lock` and it all worked well after cleaning all node modules and caches... likely...
error node_modules/react-native-vector-icons/lib/create-icon-set.js: #<WeakSet> could not be cloned.
I second deleting the lock files, it also worked for me
Is there a plan to remove `writeImageDataToSavedPhotosAlbum` ? from the deprecated `ALAssetsLibrary`? Can we help? v4 was released with what seems Android rewrite, but not iOS rewrite, am I right?
Thanks @MarcoScabbiolo 👍