Closed OSPFNeighbour closed 6 years ago
Merging #511 into master will not change coverage. The diff coverage is
0%
.
@@ Coverage Diff @@
## master #511 +/- ##
======================================
Coverage 28.2% 28.2%
======================================
Files 172 172
Lines 2801 2801
Branches 412 412
======================================
Hits 790 790
Misses 1700 1700
Partials 311 311
Flag | Coverage Δ | |
---|---|---|
#integration | 0% <ø> (ø) |
:arrow_up: |
#unittests | 28.74% <0%> (ø) |
:arrow_up: |
Impacted Files | Coverage Δ | |
---|---|---|
client/src/screens/events/Detail.js | 0% <0%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 05b7380...9d9a7d7. Read the comment docs.
Yeah its both, This causes the token manager to want to redraw for some weird reason (which we settled down with a shouldComponentUpdate), which causes this to draw and you get a mad loop.
was causing the map to reset and rezoom because it was removing the map for a split second.