Arun Kumar

Results 31 issues of Arun Kumar

React is not preventing infinite rendering/looping and results in freezing of browser. The root cause of this issue is because the dependency array of `useEffect` compares object/array by reference. But,...

The default code path as default title is not that helpful. It would be great if we there is a way to add a title when adding a tour step.

Allow fetching JSON/CSV/TSV from urls by giving an option to enter the file path.

This is probably due to rendering updates done by vuejs. The UI hang is more prominent in mobile devices.

Mention polyfill false needs to be set, to use this plugin in the browsers that support range element. This information is somewhere inside as a comment, and using it in...

`v2.0` with React `v18` support is in RC and available as `next` tag. You can install it with ``` npm install react-d3-speedometer@next ``` This PR has support for `v18` React...

There is a fork with this particular enhancement - https://github.com/ifunplus/react-d3-speedometer It might be nice to have the text displayed as an arc matching the speedometer's curvature

It is better to migrate to a testing library that does not depend on the internals of the library - https://github.com/enzymejs/enzyme/issues/2429#issuecomment-817750268