Empty string labels were showing blank instead of falling back to displayName because ?? only handles null/undefined. Changed to || to handle empty strings. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
Empty string labels were showing blank instead of falling back to displayName because ?? only handles null/undefined. Changed to || to handle empty strings. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||