You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added a console.log on the geounit switching buttons. I noticed that when the map editing view loads, each of these buttons gets rendered/re-rendered five times. This might be related to #285, but I wanted to call it out in case it's separate. I thought this was interesting because it happens on page load.
Steps To Reproduce
Add a console.log or similar to the geoLevelOptions.map loop
Description
I added a
console.log
on the geounit switching buttons. I noticed that when the map editing view loads, each of these buttons gets rendered/re-rendered five times. This might be related to #285, but I wanted to call it out in case it's separate. I thought this was interesting because it happens on page load.Steps To Reproduce
console.log
or similar to thegeoLevelOptions.map
loopExpected behavior
I'd expect these buttons to render once.
Actual behavior
They each render five times, it appears.
Screenshots
Your environment
Additional context
Potentially related to #285.
The text was updated successfully, but these errors were encountered: