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
When I upgraded from 2.15.1 to 2.16.1, it worked fine locally. But when I did git commit, I got an error:
D:\src\umami\src\components\common\LinkButton.tsx
5:8 error Unused classes found in LinkButton.module.css: disabled, primary, secondary, quiet, danger, size-sm, size-md, size-lg css-modules/no-unused-class
I promise that I have not modified LinkButton.tsx and LinkButton.module.css and their related codes. I just added a separate /api/main-metrics endpoint to return data on the website overview, visitor device, visitor browser, and visitor country or region at once. I did not modify other source code content, only added a new file.
Database
PostgreSQL
Relevant log output
D:\src\umami\src\components\common\LinkButton.tsx
5:8 error Unused classes found in LinkButton.module.css: disabled, primary, secondary, quiet, danger, size-sm, size-md, size-lg css-modules/no-unused-class
Which Umami version are you using? (if relevant)
2.16.1
Which browser are you using? (if relevant)
Chrome
How are you deploying your application? (if relevant)
vercel
The text was updated successfully, but these errors were encountered:
Describe the Bug
When I upgraded from 2.15.1 to 2.16.1, it worked fine locally. But when I did git commit, I got an error:
I promise that I have not modified LinkButton.tsx and LinkButton.module.css and their related codes. I just added a separate
/api/main-metrics
endpoint to return data on the website overview, visitor device, visitor browser, and visitor country or region at once. I did not modify other source code content, only added a new file.Database
PostgreSQL
Relevant log output
Which Umami version are you using? (if relevant)
2.16.1
Which browser are you using? (if relevant)
Chrome
How are you deploying your application? (if relevant)
vercel
The text was updated successfully, but these errors were encountered: