Skip to content

Commit

Permalink
docs: delete useless code (#3198)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangrenyang committed Jun 16, 2022
1 parent 91d6488 commit 8ef12b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/reactive/docs/api/autorun.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ import { observable, autorun } from '@formily/reactive'
const obs1 = observable({
aa: 0,
})
const fn = jest.fn()
const dispose = autorun(() => {
const obs2 = autorun.memo(() =>
observable({
Expand Down
1 change: 0 additions & 1 deletion packages/reactive/docs/api/autorun.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ import { observable, autorun } from '@formily/reactive'
const obs1 = observable({
aa: 0,
})
const fn = jest.fn()
const dispose = autorun(() => {
const obs2 = autorun.memo(() =>
observable({
Expand Down

0 comments on commit 8ef12b4

Please sign in to comment.