add generic
This commit is contained in:
parent
64ab6e4247
commit
692dc2a15a
@ -11,7 +11,7 @@ const BaseContext = React.createContext({})
|
|||||||
* @constructor
|
* @constructor
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
class BaseContextProvider extends React.Component {
|
class BaseContextProvider<PROPS, STATE> extends React.Component<PROPS, STATE> {
|
||||||
getContextReturnValue() {
|
getContextReturnValue() {
|
||||||
return {}
|
return {}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user