Ben

Results 9 issues of Ben

For example, when entering text into a search I'd like to press enter afterwards. Sometimes there's no button to press to confirm a text entry.

Currently, it is impossible to track objects of type `Error` or objects that inherit from `Error`. This is because `deepmerge` treats `Error` as a mergeable object and creates a plain...

enhancement
help wanted

The following code produces a weird snapshot value. **Code:** ``` import React from 'react'; import styled from 'styled-components'; import { shallow } from "enzyme"; import toJson from 'enzyme-to-json' it('renders without...

I think we no longer need a dev branch. The reason for a dev branch in `react-boilerplate` makes sense, because it's a template and people make projects off of `master`...

This library is a great idea 💡 I just tried to use it, but realized it's not going to work for my react-native project because react-native ships their own typings:...

I'm getting this warning in the console whenever I try to use this library. It works perfectly but it still spits out this warning. ``` Warning: Failed prop type: Invalid...