79452050

Date: 2025-02-19 16:15:25
Score: 1
Natty:
Report link
import { persistor } from './store'

const handleLogout = () => {
  dispatch({ type: 'LOGOUT' })
  persistor.purge();
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: shrikantbishoye