openghg / decc_dashboard

A data dashboard for the DECC network - https://www.bristol.ac.uk/chemistry/research/acrg/current/decc.html
https://openghg.github.io/decc_dashboard/
Apache License 2.0
0 stars 1 forks source link

`extraStyling` warnings in dev tools #36

Closed gareth-j closed 10 months ago

gareth-j commented 10 months ago

We're getting an error in devtools:

Warning: React does not recognize theextraStylingprop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercaseextrastylinginstead.

We're passing in this styling to the TextButton component. Maybe we can avoid this by using separate CSS classes.

SutarPrasad commented 10 months ago

Most of the text Buttons are replaced on the dashboard with Material UI. So upon completion of other PRs, I'll revisit this and check for it.

SutarPrasad commented 10 months ago

The following issue has been addressed in