reactJS警告propType无效

时间:2017-08-31 07:41:52

标签: javascript reactjs

你好,我收到了这个警告:

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>

有没有办法解决警告?

0 个答案:

没有答案