ice icon indicating copy to clipboard operation
ice copied to clipboard

plugin auth InjectProps

Open nagq opened this issue 3 years ago • 1 comments

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

nagq avatar May 17 '22 14:05 nagq

是的,欢迎 PR 修复这个类型

ClarkXia avatar May 19 '22 02:05 ClarkXia