Skip to content

Commit

Permalink
Do not use ViewOwnProps for Portal (#29345)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend authored Feb 25, 2021
1 parent 06f741e commit 83f8b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/ui/portal/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { Portal as BasePortal } from 'reakit';
* }
* ```
*
* @param {import('@wp-g2/create-styles').ViewOwnProps<{}, never>} props
* @param {{ children: import('react').ReactNode }} props
*/
/* eslint-enable jsdoc/valid-types */

Expand Down

0 comments on commit 83f8b7b

Please sign in to comment.