umijs / umi

A framework in react community ✨
https://umijs.org
MIT License
15.39k stars 2.65k forks source link

[Bug] 根据配置文档配置clientLoader 后没有反应 #8619

Closed ReinhardChen93 closed 2 years ago

ReinhardChen93 commented 2 years ago

What happens?

根据配置文档配置clientLoader 后没有反应 useClientLoaderData 也没有返回数据

image

image

Context

zhengtan2003 commented 2 years ago

好像 clientLoader 中不能使用 hooks

fz6m commented 2 years ago

clientLoader 是一个函数,会在 hook 中运行,不能嵌套 hooks,使用方法可参考:

https://github.com/umijs/umi/blob/8e337a0a5d87096621be29fc3d2fd36ca6f38853/examples/client-loader/src/pages/index.tsx#L41-L49