MCPcopy Index your code
hub / github.com/caesarHQ/textSQL / notify

Function notify

client/censusGPT/src/components/toast.js:3–6  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

1import toast from 'react-hot-toast'
2
3export const notify = (err) => {
4 console.error(JSON.stringify(err))
5 toast.error(JSON.stringify(err))
6}

Callers 1

App.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected