flant / grafana-statusmap

Grafana panel plugin to visualize status of multiple objects over time
MIT License
829 stars 43 forks source link

fix(color_legend.ts): 'lightTheme' does not exist on type 'User' #266

Open peishaofeng opened 2 years ago

peishaofeng commented 2 years ago

Overview

fix compile bug while building

⠧ Compiling...  ERROR in /home/sanfo/dev/branches/grafana-statusmap/src/color_legend.ts(379,91):
  TS2339: Property 'lightTheme' does not exist on type 'User'.

build environment

What this PR does / why we need it

Does this PR introduce a user-facing change?

No functional changes, just build optimization