bill icon indicating copy to clipboard operation
bill copied to clipboard

css selector engine for React elements and components

Results 3 bill issues
Sort by recently updated
recently updated
newest added

I'm attempting to update [react-transition-group](https://github.com/reactjs/react-transition-group) to react 16 but there's several tests failing with errors from within this library with "TypeError: _utils.getInstanceFromNode is not a function" ``` FAIL test/CSSTransition-test.js ●...

Added typings to bill, according to the API you provided in the readme, so that it can easily be used within typescript environments.

I.e. does it work with the component tree's meant for serialization/snapshots: ```javascript import renderer from 'react-test-renderer' import { querySelectorAll } from 'bill' const tree = renderer.create().toJSON() const matches = querySelectorAll('div',...