Ryan Rouleau

Results 1 issues of Ryan Rouleau

So this is pretty strange. I have a component that looks like: **components/common/FallbackImg.tsx** ``` import React, { ImgHTMLAttributes } from 'react'; interface Props extends ImgHTMLAttributes { src: string; srcWebp: string;...