You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not too sure if it should be classified as a bug, but there is a version conflict when having @terrestris/react-geo and geostyler in one project (using their respective latest versions).
geostyler requires antd@^5.4.7 and @ant-design/icons@^5.0.1 @terrestris/react-geo requires antd@^4.17
Expected Behavior
Ideally there would be no npm conflicts between these packages.
Steps To Reproduce
Have a project with both packages in the dependencies
Thanks for your report @rdewit and you're right, GeoStyler and react-geo don't use the same version of antd.
Currently we're working on the update to antd version 5 (and others) in the rg-future branch. There is no fixed timeline, but we try to release the update as soon as possible.
Current Behavior
Not too sure if it should be classified as a bug, but there is a version conflict when having
@terrestris/react-geo
andgeostyler
in one project (using their respective latest versions).geostyler
requiresantd@^5.4.7
and@ant-design/icons@^5.0.1
@terrestris/react-geo
requiresantd@^4.17
Expected Behavior
Ideally there would be no npm conflicts between these packages.
Steps To Reproduce
Version
@terrestris/react-geo 22.4.1
geostyler 13.1.0
What browsers are you seeing the problem on?
No response
Relevant log output
Anything else?
It is possible to work around this by adding the following overrides to the package.json but it is not an ideal solution:
Code of Conduct
The text was updated successfully, but these errors were encountered: