ice
ice copied to clipboard
plugin auth InjectProps
https://github.com/alibaba/ice/blob/f5067eccfe7a148d9cb01792121eb75fd8587821/packages/plugin-auth/src/runtime/Auth.tsx#L13
interface InjectProps {
auth: ContextType[0];
useAuth: ContextType[1];
}
这里 useAuth 是否应该是 setAuth
是的,欢迎 PR 修复这个类型