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
Copy file name to clipboardExpand all lines: lib/ui/utils/CSSVariables.js
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,9 @@ import { isEmpty } from 'es-toolkit/compat';
3
3
constCSSVariable=(variableName)=>{
4
4
if(document.readyState!=='complete'){
5
5
// eslint-disable-next-line no-console
6
-
// console.error('You attempted to read the value of a CSS variable before all app resources were loaded! Move calls to getCSSVariableAs* outside of the top level scope of your components.');
6
+
// console.error(
7
+
// 'You attempted to read the value of a CSS variable before all app resources were loaded! Move calls to getCSSVariableAs* outside of the top level scope of your components.',
0 commit comments