mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-01 06:07:41 +00:00
Fix Stop.tsx error TS2612: Property 'props' will overwrite the base property in 'Component<StopProps, {}, any>' (#1777)
This commit is contained in:
@@ -9,7 +9,6 @@ export interface StopProps {
|
||||
}
|
||||
|
||||
export default class Stop extends Component<StopProps, {}> {
|
||||
props!: StopProps;
|
||||
static displayName = 'Stop';
|
||||
|
||||
setNativeProps = () => {
|
||||
|
||||
Reference in New Issue
Block a user