Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
toast from
'react-hot-toast'
2
3
export
const
notify = (err) => {
4
console.error(JSON.stringify(err))
5
toast.error(JSON.stringify(err))
6
}
Callers
1
App.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected