Skip to content

Commit

Permalink
doc: fix typo (#3826)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgodf authored May 24, 2023
1 parent cc6a5fd commit 8474002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/docs/api/shared/observer.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default observer(() => {

类似于 Vue 的响应式 Slot,它接收一个 Function RenderProps,只要在 Function 内部消费到的任何响应式数据,都会随数据变化而自动重新渲染,也更容易实现局部精确渲染

其实该 APIFormConsumer 的作用基本一致,只是 FormConsumerRenderProps 参数种透出了当前上下文的 form 实例
其实该 APIFormConsumer 的作用基本一致,只是 FormConsumerRenderProps 参数中透出了当前上下文的 form 实例

### 签名

Expand Down

0 comments on commit 8474002

Please sign in to comment.