Domino987
Domino987
- `@testing-library/jest-dom` version: 4.2 - `npm` version: 6.13.1 * `dom-testing-library` version: 4.2.4 * `react-testing-library` version: 9.3.2 ### Relevant code or config: ```js expect(getByTestId('border')).toHaveStyle('background: linear-gradient(red 0%, red 49%, white 50%);'); //...
Hi, great lib. I really enjoy the animations. Is there a way to connect a child to two parents in the above tree? For example: You have to achieve these...
Hello, this looks really interesting. Would it be possible to parse files with different separators for example \t for tsv files?
componentWillReceiveProps is depreciated and can be exchanged for componentDidReceiveProps