Omkar Rajam

Results 3 comments of Omkar Rajam

In https://codesandbox.io/s/react17-enzyme-simulate-click-49y6pb?file=/src/components/BasicButton.js, if you render `Button` from `MUI 4` instead of `MUI 5` (by uncommenting line no.2 and commenting line no.3), the test passes. So, `Button` from `MUI 4` is...

One way I found to make the tests work is this. Instead of simulating the event on the wrapper or on the MUI component, find the HTML element within the...

If you go to https://reactdatepicker.com/#example-monthyear-dropdown and then try to open `montYearDropdown`, it also does not open. The date picker crashes with error as follows (same error appears in console) -...