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
import{deleteCaches,deleteDatabases}from'@plebbit/plebbit-react-hooks'// delete all databases, including all caches and accounts dataawaitdeleteDatabases()// delete the cached comments, cached subplebbits and cached pages only, no accounts dataawaitdeleteCaches()