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 a68dbfd commit 2bf9d6aCopy full SHA for 2bf9d6a
packages/@react-spectrum/s2/style/style-macro.ts
@@ -388,7 +388,6 @@ export function createTheme<T extends Theme>(theme: T): StyleFunction<ThemePrope
388
});
389
}
390
391
- // bug here, multiple calls to style may collide
392
// @ts-expect-error
393
let loc = this?.loc?.filePath + ':' + this?.loc?.line + ':' + this?.loc?.col;
394
if (isStatic && process.env.NODE_ENV !== 'production') {
0 commit comments