Skip to content

Commit

Permalink
fix urls to egghead lessons
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Sep 24, 2024
1 parent 9729f13 commit 7322023
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions content/blog/fix-the-not-wrapped-in-act-warning/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ bannerCloudinaryId: unsplash/photo-1541336744128-c4b211d13087
bannerCredit: Photo by [Lubo Minar](https://unsplash.com/photos/HUnKka6VtZc)
---

**[Watch "Fix the "not wrapped in act(...)" warning" on egghead.io](https://egghead.io/lessons/react-fix-the-not-wrapped-in-act-warning?pl=kent-s-blog-posts-as-screencasts-eefa540c)**
**[Watch "Fix the "not wrapped in act(...)" warning" on egghead.io](https://egghead.io/lessons/jest-fix-the-not-wrapped-in-act-warning?pl=kent-s-blog-posts-as-screencasts-eefa540c)**

https://egghead.io/lessons/react-fix-the-not-wrapped-in-act-warning?pl=kent-s-blog-posts-as-screencasts-eefa540c
https://egghead.io/lessons/jest-fix-the-not-wrapped-in-act-warning?pl=kent-s-blog-posts-as-screencasts-eefa540c

**[Watch "Fix the "not wrapped in act(...)" warning with Jest fake timers" on egghead.io](https://egghead.io/lessons/react-fix-the-not-wrapped-in-act-warning-with-jest-fake-timers?pl=kent-s-blog-posts-as-screencasts-eefa540c)**
**[Watch "Fix the "not wrapped in act(...)" warning with Jest fake timers" on egghead.io](https://egghead.io/lessons/jest-fix-the-not-wrapped-in-act-warning-with-jest-fake-timers?pl=kent-s-blog-posts-as-screencasts-eefa540c)**

https://egghead.io/lessons/react-fix-the-not-wrapped-in-act-warning-with-jest-fake-timers?pl=kent-s-blog-posts-as-screencasts-eefa540c
https://egghead.io/lessons/jest-fix-the-not-wrapped-in-act-warning-with-jest-fake-timers?pl=kent-s-blog-posts-as-screencasts-eefa540c

**[Watch "Fix the "not wrapped in act(...)" warning when testing Custom Hooks" on egghead.io](https://egghead.io/lessons/react-fix-the-not-wrapped-in-act-warning-when-testing-custom-hooks?pl=kent-s-blog-posts-as-screencasts-eefa540c)**
**[Watch "Fix the "not wrapped in act(...)" warning when testing Custom Hooks" on egghead.io](https://egghead.io/lessons/jest-fix-the-not-wrapped-in-act-warning-when-testing-custom-hooks?pl=kent-s-blog-posts-as-screencasts-eefa540c)**

https://egghead.io/lessons/react-fix-the-not-wrapped-in-act-warning-when-testing-custom-hooks?pl=kent-s-blog-posts-as-screencasts-eefa540c
https://egghead.io/lessons/jest-fix-the-not-wrapped-in-act-warning-when-testing-custom-hooks?pl=kent-s-blog-posts-as-screencasts-eefa540c

**[Watch "Fix the "not wrapped in act(...)" warning when testing the useImperativeHandle Hook" on egghead.io](https://egghead.io/lessons/react-fix-the-not-wrapped-in-act-warning-when-testing-the-useimperativehandle-hook?pl=kent-s-blog-posts-as-screencasts-eefa540c)**
**[Watch "Fix the "not wrapped in act(...)" warning when testing the useImperativeHandle Hook" on egghead.io](https://egghead.io/lessons/jest-fix-the-not-wrapped-in-act-warning-when-testing-the-useimperativehandle-hook?pl=kent-s-blog-posts-as-screencasts-eefa540c)**

https://egghead.io/lessons/react-fix-the-not-wrapped-in-act-warning-when-testing-the-useimperativehandle-hook?pl=kent-s-blog-posts-as-screencasts-eefa540c
https://egghead.io/lessons/jest-fix-the-not-wrapped-in-act-warning-when-testing-the-useimperativehandle-hook?pl=kent-s-blog-posts-as-screencasts-eefa540c

import {
Rendered,
Expand Down

0 comments on commit 7322023

Please sign in to comment.