-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot assign to read only property 'backgroundColor' of object '#<Object>' #58
Comments
This portion of css is actually causing this error, other styles are working fine, is there any library update needed? |
I have the same problem, did you manage to find any solution? |
如果你在config里传了taskList就会报这个错,原因我也不知道。我的做法是把项目拉下来,然后在lib/helpers/config/Config修改defvalues里taskList的信息。再打包项目,把dis目录里的index文件拿到自己的项目里去导入就可以了 |
Just put the config object inside the component itself. |
I was trying to imitate my superiors.
|
I am trying to style the chart by taking help from the following demo:
https://codesandbox.io/s/2w93lvmqv0?file=/src/index.js:182-1455
But getting error. I am using config property. I am on version 0.4.3 but the demo above provided is on version 0.3.9. I am not sure whether the version update caused something. The error is as follows:
Uncaught TypeError: Cannot assign to read only property 'backgroundColor' of object '#<Object>'
Any kind of help would be much appreciated
The text was updated successfully, but these errors were encountered: