question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I don't get update from Leaflet's repository

See original GitHub issue

Checklist

  • I’ve looked at the documentation to make sure the behavior isn’t documented and expected.
  • I’m sure this is an issue with Leaflet, not with my app or other dependencies (Angular, Cordova, React, etc.).
  • I’ve searched through the current issues to make sure this hasn’t been reported yet.
  • I agree to follow the Code of Conduct that this project adheres to.

Steps to reproduce

  1. Start npm install leaflet@latest
  2. Open node_modules/leaflet/dist/leaflet.css
  3. Look at the 655 line
  4. You see color-adjust: exact;color-adjust: exact;
  5. But in repository print-color-adjust: exact;

Expected behavior

DONE  Compiled successfully in 8606ms 

  App running at:
  - Local:   http://localhost:8080/ 
  - Network: http://192.168.0.12:8080/

  Note that the development build is not optimized.
  To create a production build, run npm run build.

Current behavior

WARNING  Compiled with 1 warning                                                                                                                                                                                       05:09:17

 warning  in ./node_modules/leaflet/dist/leaflet.css

Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
Warning

(655:3) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated.

  App running at:
  - Local:   http://localhost:8080/ 
  - Network: http://192.168.0.12:8080/

  Note that the development build is not optimized.
  To create a production build, run npm run build.

Minimal example reproducing the issue

No response

Environment

  • Leaflet version: 1.8.0
  • Browser: no matter
  • OS/Platform: Windows 11 laptop

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

12reactions
Sata51commented, May 30, 2022

Could you release a hotfix version (1.8.1) with only this change ?

This block the 1.8 integration since this produce a warning and webpack won’t produce a build in CI env with a warning.

Thanks

8reactions
RRGT19commented, Jul 1, 2022

I have the same problem, we need a hotfix version, would be awesome.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Please, remove *.js dist files · Issue #1354 - GitHub
Keeping those dist files in the repo causes huge pain when merging. I think they should be removed and added to the .gitignore...
Read more >
Embed leaflet map created by R into github - Stack Overflow
When I place the link to the html and click it, I get the same raw map. Help! Update. I created follow-up question,...
Read more >
Read Leaflet Tips and Tricks | Leanpub
There's a good chance that even if you don't present maps with Leaflet, ... Get updates on the progress of Leaflet development on...
Read more >
We're retiring the free version and gifting you a coupon code ...
Retirement in this case means that we will stop to further develop the free version Leaflet Maps Marker. It will still be useable...
Read more >
Leaflet.GridLayer.GoogleMutant - Iván Sánchez Ortega - GitLab
Leaflet plugin to display Google maps baselayers using DOM mutation observers.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found