You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
atomWithStorage key naming. Most persisted atoms use stable, short camelCase keys ('showHex', 'showMemoryRegions', 'renderMemoryLayout', 'showBufferSummary') decoupled from the atom variable name. altCongestionColorsAtom (src/store/app.ts:88) leaks its variable name into localStorage ('altCongestionColorsAtom'). Don't replicate — renaming an atom later would orphan persisted settings.
atomWithStoragekey naming. Most persisted atoms use stable, short camelCase keys ('showHex','showMemoryRegions','renderMemoryLayout','showBufferSummary') decoupled from the atom variable name.altCongestionColorsAtom(src/store/app.ts:88) leaks its variable name into localStorage ('altCongestionColorsAtom'). Don't replicate — renaming an atom later would orphan persisted settings.