Addressing review from D13080
Details
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
native/components/loading-button.react.js | ||
---|---|---|
14 | I'm wondering if this name can be improved. Why is it called loading? Maybe we can make this less specific and call it primary? What do you think? Does it make sense? |
I thought putting an invariant here was a reasonable trade-off vs. refactoring the types in the fullStateSyncActionType payload (specifically StateSyncFullActionPayload which is derived from ClientFullStateSync which is derived from BaseFullStateSync) which are used across clients and keyserver.
Open to re-exploring if that would be preferred.