Open josh-cloudscape opened 1 year ago
Patch coverage: 85.71
% and project coverage change: -0.25
:warning:
Comparison is base (
f58539a
) 97.96% compared to head (584e8e0
) 97.72%.:exclamation: Current head 584e8e0 differs from pull request most recent head 36cb600. Consider uploading reports for the commit 36cb600 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
chore(deps): revert @deck.gl/layers to 8.8.9
This fixes the tests that were failing. It looks like @deck.gl uses dependencies that were converted to esm modules and jest isn't currently set up to handle them.
Reference: https://github.com/visgl/deck.gl/issues/7735
fix(image): don't add images if map or component is unloaded
Prevents errors when unmounting the map while images are still loading.