Can you help me with this error? #1423
Unanswered
REDLIGHTFILMS
asked this question in
Q&A
Replies: 2 comments 3 replies
-
I believe labeled tuple is a TypeScript 4.0 feature: https://github.com/visgl/react-map-gl/blob/master/src/components/interactive-map.d.ts#L12 |
Beta Was this translation helpful? Give feedback.
3 replies
-
This has been fixed in 5.3.12 |
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
-
Hi, after updating react-map-gl from 5.2.7 to 5.3.11 I suddenly got this error. I use Typescript version 3.9.5
How to fix the error?
My Error: TypeScript error in /Users/redlightfilms/Desktop/adminapp/node_modules/react-map-gl/src/components/interactive-map.d.ts(12,12): ',' expected. TS1005
Beta Was this translation helpful? Give feedback.
All reactions