JustFly1984 / react-google-maps-api

React Google Maps API
MIT License
1.75k stars 426 forks source link

fixes build:docs 🀯 #3272

Closed theer1k closed 11 months ago

theer1k commented 11 months ago

Explanation

Looks like someone used npm-check-updates or something similar to update all packages. When doing this, deleting yarn.lock file and run yarn install is appropriate, and also check if everything is working as it should πŸ˜Άβ€πŸŒ«οΈ

I've lost a couple of hours investigating what happened on git history LOL πŸ₯², hope we can get the live demo website back with this.

What as changed:

Alt Text

JustFly1984 commented 11 months ago

NoEmit is important, cos we are not building library itself with tsc, but with rollup.

Reverting version back is not the option, due to outdated dependencies or react-docgen and conflicts. Need to setup 6.x correctly.

Rollup possible requires major update to.

ezerssss commented 11 months ago

https://react-docgen.dev/docs/migrate/v6