We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf113d commit bf8ad74Copy full SHA for bf8ad74
packages/devtools-kit/src/core/component/state/process.ts
@@ -61,7 +61,7 @@ function resolveMergedOptions(
61
*/
62
function processProps(instance: VueAppInstance) {
63
const props: InspectorState[] = []
64
- const propDefinitions = instance.type.props
+ const propDefinitions = instance?.type?.props
65
66
for (const key in instance.props) {
67
const propDefinition = propDefinitions ? propDefinitions[key] : null
0 commit comments