Skip to content

Commit aed7ddc

Browse files
change component name to "Coroutine($1)"
1 parent 4694cde commit aed7ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Coroutine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function create(asyncFn, defaultVariables = () => ({})) {
77

88
class AsyncComponent extends Component {
99
static get displayName() {
10-
return `Async(${componentName})`;
10+
return `Coroutine(${componentName})`;
1111
}
1212

1313
constructor(props) {

0 commit comments

Comments
 (0)