Based on feedback in D11863, I want to factor out the logic for this error message since it will be needed in several places.
Details
Details
flow + confirmed the error message was the same
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
native/utils/alert-messages.js | ||
---|---|---|
34 ↗ | (On Diff #39779) | Took a second to have all of these be exported in the bottom of the file, which is a more common pattern I see in our codebase |
native/account/registration/connect-farcaster.react.js | ||
---|---|---|
114 ↗ | (On Diff #39779) | Just wondering, why rename body with message? |
native/utils/alert-messages.js | ||
55 ↗ | (On Diff #39779) | Should all of these start with a lowercase letter? I thought we only use uppercase for React components (and sometimes all caps for constants) |