mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
The previous selector returned the isToolInstalled function reference which never changes, so the component didn't re-render when bundles loaded. Now subscribes to the bundles array directly via useMemo.