Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed attempt of buckets update before map first render (#13377)
As `Painter.style` property is being initialized in the `render` method instead of `constructor`, it seems that `updateBuckets` might be occasionally called even before the first map render when the painter is not ready to do their job.
- Loading branch information