()
| 118 | } |
| 119 | |
| 120 | init() { |
| 121 | return this.createIssue() |
| 122 | .then(() => this.loadComments()) |
| 123 | .then(comments => { |
| 124 | this.state.error = null |
| 125 | return comments |
| 126 | }) |
| 127 | } |
| 128 | |
| 129 | useTheme(theme = {}) { |
| 130 | this.theme = theme |
no test coverage detected