Rich Rein

Results 21 comments of Rich Rein

To see an example of this fork in action: [Plnkr](http://embed.plnkr.co/l0cZQC/l)

As a side note: I also ran into an issue upon build, related to the optimization that occurs on a package I was attempting to depend on. For now, I...

Any updates on plans here? Trying to use swagger-client in a corporate environment, I am currently receiving security vulnerability warnings triggered by the version of `node-fetch` being used (with a...

My current need stems directly from an A11Y standpoint - being able to have a `required` prop and an `aria-invalid` prop on the underlying input field (with the value accurately...

@rikschennink I noticed that you changed the title - does that mean that this would be a feature that you are considering?

@rikschennink So, I think that I have hit a bit of a roadblock (and need some further guidance from a philosophical perspective from the project owner). So I started with...

@rikschennink Good call on the server error - as a starting point, I have created pull request #779 to add test coverage for `onerror`.

@sjarva Any movement on the second part? This bit me at work today - especially after I just got done convincing my team that they should be writing `expect(await screen.findBy*()).toBeInTheDocument()`...

@rwb196884 I got your example to work by changing the following: ```js import "./styles.css"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { fas } from "@fortawesome/free-solid-svg-icons"; // what you were...