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