fix(types/tsx): allow ref_for type on tsx elements
This commit is contained in:
@@ -288,6 +288,7 @@ describe('with object props', () => {
|
||||
key={'foo'}
|
||||
// should allow ref
|
||||
ref={'foo'}
|
||||
ref_for={true}
|
||||
/>
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user