Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdamGold/Dryvo-App
/ componentDidUpdate
Method
componentDidUpdate
src/components/AlertError.js:7–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
6
export
default
class
AlertError extends React.Component {
7
componentDidUpdate() {
8
const
error = this.props.dispatch(getError())
9
if
(error) {
10
Alert.alert(strings(
"errors.title"
), errors(error))
11
}
12
}
13
14
render() {}
15
}
Callers
nothing calls this directly
Calls
3
getError
Function · 0.90
strings
Function · 0.90
errors
Function · 0.90
Tested by
no test coverage detected