Describe the bug
The custom type suggested:
declare module '*.svg' {
const ref: React.RefForwardingComponent<
SVGSVGElement,
React.SVGAttributes<SVGSVGElement>
>
export default ref
}
Uses the deprecated property RefForwardingComponent.
Expected behavior
I'm not sure what the proper replacement/migration is.