Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjbradshaw committed Aug 30, 2024
1 parent 4150a03 commit 32130be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import warning from 'warning'

import filterIframeAttribs from '../common/filter-iframe-attribs'

// TODO: Add support for React.forwardRef() in next major version
// TODO: Add support for React.forwardRef() in next major version (Breaking change)
function IframeResizer(props) {
// eslint-disable-next-line react/prop-types
const { forwardRef, ...rest } = props
Expand Down

0 comments on commit 32130be

Please sign in to comment.