Skip to content

Commit

Permalink
docs: fix useObservableRef added version
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed May 28, 2023
1 parent d5681ec commit 242473b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Returns a mutable ref object and a BehaviorSubject.
Whenever ref.current is changed, the BehaviorSubject will emit the new value.
<Badge text="v4.2.3"/> Added since v4.2.3.
<Badge text="v4.2.2"/> Added since v4.2.2.
**Type parameters:**
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ useObservableRef<TValue = undefined>(
返回一个 ref 对象和一个 BehaviorSubject。每当 ref.current 改变,BehaviorSubject 会发出新的值。
<Badge text="v4.2.3"/> 添加自 v4.2.3.
<Badge text="v4.2.2"/> 添加自 v4.2.2.
**类型参数:**
Expand Down

0 comments on commit 242473b

Please sign in to comment.