Replies: 1 comment
-
@EladKarni I have never tested it with nextjs, though there is gatsbyjs example in packages in repo. Please provide minimal reproduction in codesandbox.io PS: are you sure that array is not empty? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to dynamically set markers depending on fetch data from a backend.
This works:
This doesn't:
No errors or warnings in the console are showing up. I'm using NextJS 13 with
"use client"
to force a client side render.Beta Was this translation helpful? Give feedback.
All reactions