-
I'm trying to import the import type { CircleLayer } from 'react-map-gl/maplibre'; However, I get the following error: According to the documentation, this should be the right approach: It seems like the documentation might be outdated, or something has changed. ESLint suggests using import type { CircleLayerSpecification as CircleLayer } from "react-map-gl/maplibre"; This resolves the issue. Additionally, looking at the documentation, Am I missing something here? I'm using:
|
Beta Was this translation helpful? Give feedback.
Answered by
HarelM
Feb 18, 2025
Replies: 1 comment 1 reply
-
I don't think this is the right repo to report this issue...? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cin4ed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think this is the right repo to report this issue...?