Ben Hodgson
Ben Hodgson
@joshuaellis Thank you for taking a look at this so quickly! Just added the changeset
To avoid this warning: `Warning: flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or...
My recommendation is to either: - Patch, as guided here: https://github.com/google-map-react/google-map-react/pull/1224#issuecomment-2219951120 - Or migrate to https://github.com/visgl/react-google-maps which is actively maintained. I don't think it's worth relying on contributions here. The...