Matvii Hodovaniuk
Matvii Hodovaniuk
React identifier typo: change class to className.
Top level elements inside arrays should have the 'key' attribute set to allow React to efficiently rerender the elements of the array.
I have an error when I run initial test from the example. It says that the test suit passed but also give an error that "Chrome is not reachable". Could...
Use the `is` operator instead of `!=` [here](https://github.com/cclib/cclib/blob/master/test/bridge/testhorton.py#L183) to compare to None, because `!=` calls __eq__ which is slower and error-prone.
Function done takes 2 parameters, but is called [here](https://github.com/tomas/needle/blob/master/lib/needle.js#L716) with 3 arguments. The extra arguments will be ignored. Should we create a PR to fix this?