Files
cariflex/tools/citrineos-core-main/apps
Eric F 24266d6876 fix: Add 'use client' directive to EVSESList component
EVSESList uses React hooks (useState, useEffect, useOne) but was missing
the 'use client' directive, causing it to be treated as a Server Component
where hooks are not available.
2026-06-17 19:26:27 -04:00
..