Closed twschiller closed 8 years ago
There are multiple places where a method return type is missing. This cause the Typescript compiler to fail when the noImplicitAny option is on. Some examples:
IRouterProps { ... stringifyQuery?(queryObject: Object); onError?(error: Error); }
There are multiple places where a method return type is missing. This cause the Typescript compiler to fail when the noImplicitAny option is on. Some examples: