dj

Results 7 comments of dj

@AbhiPrasad Do you have an idea of when this will be worked on? Would like to inform my team about this

Hello @vladanpaunovic Thanks for the reply. I updated one of the apps to the latest version (7.1.1) and haven't noticed any changes in either release health or performance metrics. Are...

@nickmccurdy Your solution isnot supported by create-react-app It gives the warning below: Out of the box, Create React App only supports overriding these Jest options: • collectCoverageFrom • coverageReporters •...

Yeah, I solved it by run `yarn test --coverage` which later runs `jest --coverage`

@ianstormtaylor Are you working on this? If not, I guess it would be something good for me to work on. @williaster Would you prefer all of the examples refactored in...

In my case, it was react-table v7. Removing the key to permit using the one that comes from `cell.getCellProps()` fixed the issue Before | After ----|----- |