Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Pope committed Nov 18, 2024
1 parent c3a8d6e commit 66854cb
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -570,8 +570,10 @@ function createPropsProperties(
break;
}
case 'ref': {
// In the current JSX implementation, ref is both
// a property on the element and a property on props.
/**
* In the current JSX implementation, ref is both
* a property on the element and a property on props.
*/
refProperty = {
kind: 'ObjectProperty',
key: {name: 'ref', kind: 'string'},
Expand Down

0 comments on commit 66854cb

Please sign in to comment.