We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d016f commit 994911bCopy full SHA for 994911b
packages/@react-spectrum/s2/style/style-macro.ts
@@ -399,7 +399,6 @@ export function createTheme<T extends Theme>(theme: T): StyleFunction<ThemePrope
399
let toStringFunc = new Function(`
400
if (!globalThis.__macrosRegistry) {
401
globalThis.__macrosRegistry = new globalThis.FinalizationRegistry((val) => {
402
- console.log('cleaning up,', val);
403
delete globalThis.__macros[val];
404
});
405
}
@@ -424,7 +423,6 @@ let id = hash.toString(36);
424
423
rules += " -macro$" + id;
425
426
427
428
429
430
0 commit comments