archesproject / arches-collector

GNU Affero General Public License v3.0
3 stars 3 forks source link

Uncaught TypeError: this.workerSourceTypes[t] is not a constructor #642

Open chrabyrd opened 3 years ago

chrabyrd commented 3 years ago

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:

  1. Load/interact with Collector

Expected behavior A clear and concise description of what you expected to happen.

This error should not be thrown