Remove unused and ignore lock files
This commit is contained in:
@@ -18,8 +18,6 @@ class BaseContextProvider extends React.Component {
|
||||
|
||||
getContext() {
|
||||
return BaseContext
|
||||
|
||||
throw new Error('Please Implement Context')
|
||||
}
|
||||
|
||||
render() {
|
||||
@@ -27,7 +25,6 @@ class BaseContextProvider extends React.Component {
|
||||
const Context = this.getContext()
|
||||
const { children } = this.props
|
||||
|
||||
//
|
||||
return <Context.Provider value={contextReturn}>{children}</Context.Provider>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user