Markers not displaying on @react-google-maps/api after updating to latest version of Next.js #3294
gundogduyakici
started this conversation in
General
Replies: 1 comment 2 replies
-
Were you able to find solution to this? @gundogduyakici |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I recently updated my project to use the latest version of Next.js. After the update, I noticed that the markers on my Google Maps (implemented using @react-google-maps/api) are no longer displaying. However, when I revert back to the older version of Next.js, the markers appear as expected.
Steps to Reproduce:
Expected Behavior:
Markers should display on the map as they do when using the older version of Next.js.
Actual Behavior:
Markers are not displaying on the map after updating to the latest version of Next.js.
Additional information
Beta Was this translation helpful? Give feedback.
All reactions