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
hi @mush. thanks for the report. at the moment this is expected behavior.
i made a conscious decision in #974 to temporarily cap the version of Leaflet we use internally at v1.0.x because of the false-positive CI test errors i documented in #967.
no one has reported any real compatibility bugs with Leaflet v1.1.0 or v1.2.0 (yet anyway) so you're welcome to use the latest and greatest, but until i figure out how to fix our test suite, if you do you're just going to have to live with the warning.
L.version
):1.1.0
L.esri.VERSION
):2.1.1
Steps to reproduce the error:
Setup the a basic project with webpack and run
npm install
.What happens is,
I see the following message:
I was expecting,
There shouldn't be UNMET PEER DEPENDENCY.
webpack
The text was updated successfully, but these errors were encountered: