我有一个带有 react-toolbox 的 reactJS 应用程序
在控制台中我得到了这个错误:
Warning: Unknown prop `raised` on <a> tag. Remove this prop from the element.
知道如何解决此警告吗?我不想删除标签,是否有解决方法可以在不删除此标签的情况下使其正常工作?
谢谢
更新
<Button icon='save' type="submit" label={<T value='processes.new.save'/>} raised primary/>