From d630d21b237b5e30c86c1b6dd4680248c228a3ab Mon Sep 17 00:00:00 2001 From: bendtherules Date: Thu, 12 Sep 2019 13:47:49 +0530 Subject: [PATCH] TODO - Mark some done --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 61b1291..9cd2a67 100644 --- a/TODO.md +++ b/TODO.md @@ -7,8 +7,8 @@ 5. Add `findAllNodes` helpers which searches all usages of the components - by name or class 6. Allow using all methods without explicit root node. Find automatically, if not provided. -7. SKip siblings for first entry -8. ** Rewrite `find*` methods using traverseGenerator ** +7. SKip siblings for first entry - DONE +8. ** Rewrite `find*` methods using traverseGenerator ** - DONE 6. Fix getRootFiberNodeFromDOM and related helpers - - .\_internalRoot is not present is 16.0.0 but present in 16.9.0