-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New update: error during compiling in node modules #8
Comments
Are you using typescript? Looks like its complaining because I don't have a declaration file for the module. Can you try adding a declaration file? |
@iamanvesh So adding a declaration file with |
@evan0065 Can you share your package.json configuration and some parts of your code to reproduce this issue? |
+1 |
How to solve it? |
|
@moory Did you find a solution to this please? Getting:~ |
If you are using TypeScript, add |
@iamanvesh Thanks for building this library for circle support in mapbox-draw-gl.
These are the versions of the libraries that I am using:
It would be helpful if you could suggest a solution to this issue and make the library work for my application. |
@ev0065 @shivalika-techp I'm not actively maintaining this library. I'll try and take a look at this issue this weekend, but feel free to clone and submit a PR for the fix. |
There is an open PR for updating mapbox-gl-draw support for this library, merging this will also be helpful- |
Hi,
I just updated the packages and received a new error:
In my actual code, I am getting this error when I try to import it:
I wanted to check and see if I was the only one receiving these errors or if my build somehow got screwed up. I did update the other modules that
mapbox-gl-draw-circle
uses but it didn't work.The text was updated successfully, but these errors were encountered: