JustFixNYC / who-owns-what

Who owns what in nyc?
https://whoownswhat.justfix.org/
GNU General Public License v3.0
186 stars 25 forks source link

Upgrade React Mapbox GL and/or Mapbox GL #407

Open toolness opened 4 years ago

toolness commented 4 years ago

A bunch of the errors we're getting through Rollbar appear to be related to Mapbox GL, and I've noticed when quickly using my browser's back/forward buttons to navigate between WoW pages that some errors get logged related to this component too; for instance:

Anyways, it looks like a new major version of React Mapbox GL exists (the one we're using, v3.8.0, is from February 2018) so maybe upgrading it will make some of these errors go away. And even if it doesn't, it will at least rule out the possibility that the errors are being caused by third-party bugs that have since been fixed.

toolness commented 3 years ago

We updated react-mapbox-gl in #420, so hopefully that will fix this...