Alexander Gabriel
Alexander Gabriel
I installed react-xml-viewer. Then my app failed with errors mentioning safe-buffer. Following above comments I added buffer as dependency which solved the issue. Please declare this dependency.
In my case v4.0.0 works but v4.0.1 fails on windows with above error. I can't update to v5 and test that because in my case it is a dependency of...
https://github.com/changey/react-leaflet-markercluster works fine for me 🎉
@FabrizioPe The problem is that react-leaflet-markercluster provokes that hooks error when used with the newest versions of leaflet and react-leaflet. It is not your code. You have two possible solutions:...
I tested version 3.0.0-rc1 in my app and it seems to work well. Thanks @CodeCutterUK and @yuzhva !
https://github.com/changey/react-leaflet-markercluster works fine for me. Please merge this
This is still relevant
I removed the graphql "resolutions" setting and tried: - not installing graphql: did not work. Same error as before - installing graphql v14.0.2: works When I did _not_ install graphql...
Uups, that explains a few hours of my debugging too. Thanks @anthonator for writing this up!
@MiguelGPereira Yep, which is what I have been doing. But I am hitting different issues then, where client state received is stale after it has been updated and only updated...