wri / gfw

Global Forest Watch: An online, global, near-real time forest monitoring tool
https://www.globalforestwatch.org
MIT License
269 stars 92 forks source link

FLAG-1003: remove nonexistent getPresentationAttributes function #4788

Closed wri7tno closed 4 months ago

wri7tno commented 5 months ago

Overview

The Sankey component was trying to use a getPresentationAttributes function which doesn't exist neither in gfw codebase nor in recharts library.

Removing those calls to that non-existing function fixed the widget component.

Demo

Screenshot 2024-04-24 at 9 58 54 p m

Notes

If applicable: ancilary topics, caveats, alternative strategies that didn't work out, etc.

Testing