你好,我收到了这个警告:
Warning: Failed prop type: Invalid prop `label` of type `object` supplied to `ThemedLink`, expected `string`.
in ThemedLink (created by TooltippedComponent)
和此:
Warning: Unknown props `primary`, `raised` on <a> tag. Remove these props from the element. For details, see
那些可能来自于此:
<Button icon='save' type="submit" label={t('user:login.signin')} raised primary/>
<NavLink to="/signup" aria-hidden="true"><Button raised>{t('user:login.signup')}</Button></NavLink>
有没有办法解决警告?