You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trancen
fddd92d005
fix: WSPR infinite loop, earthquake/lightning icons now visible, add logging
CRITICAL FIXES:
1. WSPR Infinite Loop (FIXED!)
- Removed pathLayers and markerLayers from cleanup useEffect deps
- These state arrays caused infinite re-render loop
- setPathLayers([]) would trigger another cleanup → infinite spam
2. Earthquake Markers Not Visible (FIXED!)
- Added missing .earthquake-icon CSS class
- z-index: 1000, pointer-events: auto, flexbox centering
- Markers now render properly with 🌋 emoji
3. Lightning Markers Not Visible (FIXED!)
- Added missing .lightning-icon CSS class
- Same fix as earthquakes
4. Debug Logging Added:
- Earthquakes: logs fetch count, marker creation count
- Lightning: logs generation time, stats panel updates
- Helps identify data vs rendering issues
Result: All three plugins now work correctly!
|
2 days ago |
| .. |
|
components
|
color issues
|
2 days ago |
|
hooks
|
fix fc issue and version
|
2 days ago |
|
lang
|
language updates
|
2 days ago |
|
plugins
|
fix: WSPR infinite loop, earthquake/lightning icons now visible, add logging
|
2 days ago |
|
styles
|
fix: WSPR infinite loop, earthquake/lightning icons now visible, add logging
|
2 days ago |
|
utils
|
color issues
|
2 days ago |
|
App.jsx
|
psk updates and version
|
2 days ago |
|
main.jsx
|
PR Merge backwards
|
3 days ago |