Kent C. Dodds

Results 890 comments of Kent C. Dodds

Could you try again? There have been a couple changes since you opened this issue.

Interesting! Thank you for digging into this! So yeah, this is a bit of a bummer. The correct fix is simple, but will require a slightly different approach to the...

Here's the update that I think should be made to the test for this: ```diff + const user = await loginAsUser() + const book = await booksDB.create(buildBook()) + const listItem...

I've updated the `main` branch to have this correction. An update to the exercise will come in the future.

The video that needs an update is this one: https://epicreact.dev/modules/build-an-epic-react-app/integration-testing-extra-credit-solution-06 It's a relief that only one video is impacted, but a bummer that it's one of the longer ones ๐Ÿ˜…...

Sure! Can't wait to see it :)

@jzabala, let's let @Kshitij09 keep this one. If you'd like to do something else you're welcome to though! :D

let's let @Kshitij09 keep this one. If you'd like to do something else you're welcome to though! :D

Here's an example of the kind of data that I'd be able to graph: ```javascript { id: "Navigation", phase: "update", actualDuration: 0.09999994654208422, baseDuration: 0.3799999540206045, startTime: 104988.11499998556, commitTime: 104988.45000000438, interactions: [...