You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: ['Called when a child component will be mounted or updated.'],
75
+
name: 'innerRef',
76
+
type: 'func',
77
+
required: true,
78
+
tags: [
79
+
{
80
+
title: 'param',
81
+
description: 'Referred node.',
82
+
type: {
83
+
type: 'NameExpression',
84
+
name: 'HTMLElement',
85
+
},
86
+
name: 'node',
87
+
},
88
+
],
89
+
},
90
+
],
91
+
type: 'addon',
92
+
isParent: true,
93
+
subcomponents: [],
94
+
docblock: {
95
+
tags: [],
96
+
description: [
97
+
'This component exposes the `innerRef` prop that supports functional and React.createRef()/React.useRef() API and returns the DOM node of both functional and class component children.',
0 commit comments