Remove react autobind (#1254)

## Launch Checklist

<!-- Thanks for the PR! Feel free to add or remove items from the
checklist. -->
Remove react-autobind dependency

 - [x] Briefly describe the changes in this PR.
 - [ ] Link to related issues.
- [ ] Include before/after visuals or gifs if this PR includes visual
changes.
 - [ ] Write tests for all new functionality.
 - [x] Add an entry to `CHANGELOG.md` under the `## main` section.
This commit is contained in:
Bart Louwers
2025-07-04 22:21:56 +02:00
committed by GitHub
parent 6de2705ac7
commit e58b92b0cd
4 changed files with 1 additions and 10 deletions

View File

@@ -12,6 +12,7 @@
- Upgrade Vite 6 and Cypress 14 ([#970](https://github.com/maplibre/maputnik/pull/970))
- Upgrade OpenLayers from v6 to v10
- When loading a style into localStorage that causes a QuotaExceededError, purge localStorage and retry
- Remove react-autobind dependency
- _...Add new stuff here..._
### 🐞 Bug fixes