When loading/interacting with the application, Uncaught TypeError: this.workerSourceTypes[t] is not a constructor is consistently spammed. Though the error is thrown nothing appears to be breaking.
It is definitely an internal mapbox error.
It is likely caused by attempting to access map resources before the map is completely loaded.
To Reproduce
Steps to reproduce the behavior:
Load/interact with Collector
Expected behavior
A clear and concise description of what you expected to happen.
Describe the bug
When loading/interacting with the application,
Uncaught TypeError: this.workerSourceTypes[t] is not a constructor
is consistently spammed. Though the error is thrown nothing appears to be breaking.It is definitely an internal mapbox error. It is likely caused by attempting to access map resources before the map is completely loaded.
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
This error should not be thrown