maplibre-react-native
maplibre-react-native copied to clipboard
fix: make MarkerView props with defaults optional
trafficstars
Description
MarkerViewProps are currently wrongly typed. There are props with defaults but the types are required. It's also a mismatch with the docs.
Checklist
- [ ] I have tested this on a device/simulator for each compatible OS
- [x] I formatted JS and TS files with running
yarn lint:fixin the root folder - [x] I have run tests via
yarn testin the root folder - [x] I updated the documentation with running
yarn generatein the root folder - [x] I mentioned this change in
CHANGELOG.md - [ ] I updated the typings files (
index.d.ts) - [ ] I added/updated a sample (
/example)
Sorry, @KiwiKilian, can you pull main and rebase. I really wish we could avoid branch conflicts with the changelog.
Rebased. Switching to semantic-release or changesets would help with those changelog problems. The formatting is also all over the place 😅.
:tada: This PR is included in version 10.0.0-beta.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket: