amis
amis copied to clipboard
amis升级6.6=>6.7版本后报错Renderer: `key` is not a prop. Trying to access it will result in `undefined` being returned.
vue3中使用amis升级6.7版本后出现提示Renderer: key is not a prop. Trying to access it will result in undefined being returned.
vue项目中用的veaury插件,react:16.14.0
react 也报这个错
遇到了,一样的错误。实际上我切换了几个amis版本,都不行。只要我的代码里面用了wrapper/form,都会报错: 比如
const HelpPage = {
type: 'page',
body: [
{
type: 'wrapper',
className: 'p-0',
body: [
]
}
]
};
如果只用page反而没这个错误,具体原因不明。
+1,vue3+amis6.8.0+react17,同样遇到了这个错误
me too
组件中使用了props.key 然后传递给了子组件的key属性
组件中使用了props.key 然后传递给了子组件的key属性
怎么发现的,问题怎么解决呢