Vikram Kamath

Results 3 issues of Vikram Kamath

The error validations do not work very well with [react-hook-form](https://github.com/react-hook-form/react-hook-form) On submit, the error is not displayed when validation fails [Relevant CodeSandbox](https://codesandbox.io/s/divine-field-m7nf5?file=/src/App.jsx) Using `@material-ui` input with input adornments however works:...

I have a following contrived reducer where state resulting from `ADD_TODO` action is correctly persisted. However, state resulting from `COMPLETED` action is not persisted. As you can see my initialState...

The [Cypress Best Practices](https://docs.cypress.io/guides/references/best-practices.html#Selecting-Elements) recommends usage of embedding `data*` attributes to isolate from CSS and JS changes. The example app currently uses [CSS selectors](https://github.com/hoverinc/picklejs/blob/master/website/cypress/support/step_definitions/home/selectors.json)