simonho1025

Results 5 issues of simonho1025

I need to render large data using line chart, such 90 data points, It is fined on iOS. But, Android crash. The error message has shown below: > java.lang.RuntimeException: Canvas:...

I set the countdown timer(unix timestamp) from server and `react-countdown` seems using `Date.now()` to compare the countdown timer. But user can set different time, like slow/ fast time than countdown...

After using lazily to import component, I found that the website compiles very slow running `npm start` and `npm run build`. Also, I used `source-map-explorer` to check the bundle file...

I would like to custom recorder styles when status is `isCameraOn` & `streamIsReady`. Have any props to render the component or how to implement the custom styles on this dependency?

I would like to set `moveOnMouseMove` to false when 1s long press(mousedown), so I tried to use `dispatchAction`. And when mouseup, `moveOnMouseMove` set to true. But this method doesn't work....