您好我正在尝试创建质量配置文件,但创建按钮不起作用。我可以在浏览器控制台中出错
Uncaught TypeError: Cannot read property 'key' of undefined
at t.render (CreateProfileForm.tsx:105)
at h._renderValidatedComponentWithoutOwnerOrContext (ReactCompositeComponent.js:796)
at h._renderValidatedComponent (ReactCompositeComponent.js:819)
at h.performInitialMount (ReactCompositeComponent.js:359)
at h.mountComponent (ReactCompositeComponent.js:255)
at Object.mountComponent (ReactReconciler.js:43)
at Object.updateChildren (ReactChildReconciler.js:119)
at g._reconcilerUpdateChildren (ReactMultiChild.js:209)
at g._updateChildren (ReactMultiChild.js:308)
at g.updateChildren (ReactMultiChild.js:295)
我尝试过6.7.3,6.7.4。不确定这是否是我的安装问题。
答案 0 :(得分:0)
确定在创建默认质量配置文件时,第一次启动时效果不佳。质量配置文件为空时,“创建”按钮会抛出JS错误。这仍然是一个错误,但如果至少定义了一个质量配置文件,则可以避免。