Skip to content

Commit

Permalink
Fix logical error in log
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Apr 25, 2024
1 parent 08a5aba commit 1fe9174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ function createTss_internal<
throw new Error(
[
`tss-react: Duplicate nested selector "${ruleName}" detected in ${
name ===
name !==
undefined
? `useStyles named "${name}"`
: "anonymous useStyles function"
Expand Down

0 comments on commit 1fe9174

Please sign in to comment.