上传视频,选择文件上传后,点击添加,控制台提示 `Warning: Tag: `key` is not a prop. Trying to access it will result in `undefined` being returned.` 原因是 Tag 组件里使用 this.props.key ,把 key 当做 props 来传会提示错误。 建议换个名字。
上传视频,选择文件上传后,点击添加,控制台提示
Warning: Tag:keyis not a prop. Trying to access it will result inundefinedbeing returned.原因是 Tag 组件里使用 this.props.key ,把 key 当做 props 来传会提示错误。
建议换个名字。