mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
They check whether a method is defined on props, but the props type doesn't make the method optional. Typescript now catches this error, so I made the method optional.