无法在sonarqube中创建质量配置文件(JS错误)

时间:2018-06-12 16:18:37

标签: ubuntu sonarqube

您好我正在尝试创建质量配置文件,但创建按钮不起作用。我可以在浏览器控制台中出错

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。不确定这是否是我的安装问题。

1 个答案:

答案 0 :(得分:0)

确定在创建默认质量配置文件时,第一次启动时效果不佳。质量配置文件为空时,“创建”按钮会抛出JS错误。这仍然是一个错误,但如果至少定义了一个质量配置文件,则可以避免。