Skip to content

Commit

Permalink
Update src/content/reference/react/experimental_taintObjectReference.md
Browse files Browse the repository at this point in the history
Co-authored-by: Xleine <[email protected]>
  • Loading branch information
Yucohny and loveloki authored Oct 7, 2023
1 parent 6797c85 commit 2e3d6ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export async function getUser(id) {

#### 防止数据获取中的泄漏 {/*protecting-against-leaks-in-data-fetching*/}

如果正在运行具有对敏感数据访问权限的服务器组件环境,必须小心不要直接传递对象
如果处于对敏感数据具有访问权限的服务器组件环境,必须牢记不要直接传递对象

```js
// api.js
Expand Down

0 comments on commit 2e3d6ac

Please sign in to comment.