Skip to content

Commit

Permalink
add ts ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancom committed Jul 20, 2023
1 parent cdfd151 commit cf38d47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ads/BaseAd.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export const BaseAd = React.forwardRef<typeof GoogleMobileAdsBannerView, GAMBann

return (
<GoogleMobileAdsBannerView
// @ts-ignore: ForwardedRef is not asignable to LegacyRef.
ref={ref}
sizes={sizes}
style={style}
Expand Down

0 comments on commit cf38d47

Please sign in to comment.