⠧ 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
branch: main or v0.5.x
node.js: v14.17.4
What this PR does / why we need it
add // @ts-ignore ahead of contextSrv.user.lightTheme
add .history into .gitignore to omit VSCode generated history files
Overview
fix compile bug while building
build environment
What this PR does / why we need it
// @ts-ignore
ahead of contextSrv.user.lightTheme.history
into .gitignore to omit VSCode generated history filesDoes this PR introduce a user-facing change?
No functional changes, just build optimization