Cleanup: zustand dependency is unused (never imported) #116

Closed
opened 2026-05-17 21:23:25 -05:00 by null · 0 comments
Owner

Problem

zustand (^5.0.3) is listed as a production dependency in package.json but is never imported or used anywhere in the codebase. No store files, no useStore hooks, no zustand imports.

This adds unnecessary bundle size and dependency maintenance burden.

Fix

Remove zustand from package.json dependencies: npm uninstall zustand

Severity

Low — no runtime impact, but increases install size and dependency count

## Problem zustand (^5.0.3) is listed as a production dependency in package.json but is never imported or used anywhere in the codebase. No store files, no useStore hooks, no zustand imports. This adds unnecessary bundle size and dependency maintenance burden. ## Fix Remove zustand from package.json dependencies: npm uninstall zustand ## Severity Low — no runtime impact, but increases install size and dependency count
null closed this issue 2026-05-17 22:08:53 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: null/Queue-North-Website#116
No description provided.