We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538bea1 commit 589c18fCopy full SHA for 589c18f
docs/components/api.md
@@ -292,7 +292,7 @@ Compose multiple classes into a single constructor using factory functions.
292
@Component({
293
tag: 'its-mixing-time',
294
})
295
- export class X extends Mixin(aFactory, aFactory, cFactory) {
+ export class X extends Mixin(aFactory, bFactory, cFactory) {
296
render() {
297
return <div>{this.propA} {this.propB} {this.propC}</div>
298
}
0 commit comments