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
// Example file located at /src/components/auth/styles.ts
export const Foo = 'Foo'; // unused symbol, DOES throw error
namespace StyledAuthForm {
export const Bar = 'Bar' // unused symbol, DOES NOT throw error
}
Unable to detect unused symbols exported from within a namespace.
Command:
Config:
Tested code (anonymized):
Related:
#91 #86
The text was updated successfully, but these errors were encountered: