Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Nov 22, 2024
1 parent c4c6d18 commit 010bcb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export const $availableColorVariables = computed(
let prevModel: undefined | StyleObjectModel;
// store cached computed declarations by following key
// instanceSelector + styleSourceId + state + property
let cache = new Map<string, ComputedStyleDecl>();
const cache = new Map<string, ComputedStyleDecl>();

const validateCache = (model: StyleObjectModel) => {
if (model !== prevModel) {
Expand Down

0 comments on commit 010bcb0

Please sign in to comment.