Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
barroij committed Jan 18, 2024
1 parent a1d53a7 commit da624fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobx/src/types/observableobject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ export class ObservableObjectAdministration
this.keysAtom_.reportChanged()
}

ownKeys_(): ArrayLike<string | symbol> {
ownKeys_(): Array<string | symbol> {
this.keysAtom_.reportObserved()
return ownKeys(this.target_)
}
Expand Down

0 comments on commit da624fb

Please sign in to comment.