Jie Liu

Results 6 comments of Jie Liu

@ItsTarik it settings: { 'import/resolver': { 'babel-module': { root: ['./src'], }, }, }, This part is userful

Solution jqplot.meterGaugeRenderer.js around line 370 replace the following line var cw = ctx.canvas.width;v var ch = ctx.canvas.height; with var cw = parseInt(ctx.canvas.style.width); var ch = parseInt(ctx.canvas.style.height);

Using redux and firefox and ie 10 error Invariant Violation: "Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the...

@maxmedina05 how do you solve it? what do you mean by changing the order of the data being received from the HTTP request.

@faburu no idea now, I do not like use state

Thanks for your Answer, But I have two problems, one is that if I add on the body the content in the body will disappear, The other one is the...