mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix <Extensions> not building (#4588)
This commit is contained in:
parent
e9d99d8485
commit
43c16d6203
@ -68,10 +68,6 @@ class NonInjectedExtensions extends React.Component<Dependencies> {
|
|||||||
makeObservable(this);
|
makeObservable(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
get dependencies() {
|
|
||||||
return this.props.dependencies;
|
|
||||||
}
|
|
||||||
|
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
disposeOnUnmount(this, [
|
disposeOnUnmount(this, [
|
||||||
reaction(() => this.props.userExtensions.get().length, (curSize, prevSize) => {
|
reaction(() => this.props.userExtensions.get().length, (curSize, prevSize) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user