Skip to content

Commit

Permalink
fix(react): temporary not observable state
Browse files Browse the repository at this point in the history
  • Loading branch information
Igmat committed Dec 27, 2021
1 parent 2bcb071 commit 688a589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/State.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Observable } from 'metaf-observable';
// import { Observable } from 'metaf-observable';
import { AbstractResolvable, /* Constructable, */ IInjections, Resolvable } from 'metaf-resolvable';
// import { Synchronous } from 'metaf-sync';

class BaseState extends Observable {
class BaseState /* extends Observable */ {
}

export type IRequirements = any[];
Expand Down

0 comments on commit 688a589

Please sign in to comment.