Details
Details
- Reviewers
tomek inka rohan - Commits
- rCOMM284efe67c34d: [web] Make chat mentions clickable
Before testing, please apply the entire web stack.
Test if mentions inside a spoiler are properly rendered and are clickable only when spoiler is opened:
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
web/markdown/markdown-chat-mention.react.js | ||
---|---|---|
11 | We're introducing a new prop here without a corresponding change in the usage. Shouldn't that cause a Flow issue? Or is it the case that we start using this component later in the stack? |
Comment Actions
Rebase
web/markdown/markdown-chat-mention.react.js | ||
---|---|---|
11 | We use this component later in the stack so maybe that's why Flow doesn't see an issue here. |