Daniel Green

Results 16 comments of Daniel Green

Is the solution here to have `fireEvent.change` throw an error if the value is the same and the existing value?

I just ran into this and found that switching from `findByRole` with `name:` to `findByText` saved me over a second per test. I understand that `*byRole` is more specific, and...

@hupe1980 I just wanted to reach out to see if you have seen this PR. If you haven't had time to review it, I understand. Let me know if there's...

@fpapado could you take a look at the changes I'm proposing? These updates would allow us to keep using `react-lazy-images` while also keeping current on other major dependencies.

> Hi @radfahrer, thank you so much for the contribution! The changes look good to me, I will look at merging and releasing them this week, likely as a v2,...

@fpapado any update on getting this merged?

@fpapado any update on getting a release out?

@oyvindeh I was getting the error when using ucss on a large complex site, I am still seeing these warnings, possibly in conjunction with timeouts ``` Timeout: http://localhost:3000/support/faq (node) warning:...

By far the biggest problem with MockedProvider is that it is not composable. It would be convenient to be able to wrap all fixtures with a MockProvider that has mocks...

> Hey @radfahrer thanks for opening this issue and for using this library! > > Could you make a reproduction repo? I have tested out in CRA and non-CRA projects...