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 c90f597 commit 8c56db6Copy full SHA for 8c56db6
packages/create-instance/create-component-stubs.js
@@ -56,7 +56,8 @@ function getCoreProperties(componentOptions: Component): Object {
56
style: componentOptions.style,
57
normalizedStyle: componentOptions.normalizedStyle,
58
nativeOn: componentOptions.nativeOn,
59
- functional: componentOptions.functional
+ functional: componentOptions.functional,
60
+ abstract: componentOptions.abstract
61
}
62
63
0 commit comments