소품에서 일치 개체를 참조하려면 어떤 TypeScript 유형을 사용해야 합니까? My React 컨테이너/컴포넌트에서 어떤 유형을 사용하여matchReact Router DOM에 포함된 부품은 무엇입니까? interface Props { match: any // // Now Product container takes a `string`, rather than a `MatchProps` // This allows us to use ProductContainer elsewhere, in a non-router setting! const ProductContainer = ( {name}: string ) => { return (Product Container Named: {name}) } 심플한 솔루션 im..