Mark Connector as deprecated

This commit is contained in:
Jerko Steiner 2019-09-05 10:21:51 +07:00
parent 2a4d196906
commit a6a8fd833d

View File

@ -17,6 +17,8 @@ import {ComponentType} from 'react'
* the Actions class might depend on the HTTPClient class, and then it becomes * the Actions class might depend on the HTTPClient class, and then it becomes
* easy to mock it during tests, or swap out different dependencies for * easy to mock it during tests, or swap out different dependencies for
* different applications. * different applications.
*
* @deprecated
*/ */
export abstract class Connector<LocalState> { export abstract class Connector<LocalState> {