From 6bb43e34e25399b2601030fe91a16e6e544ba0a5 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Thu, 12 Sep 2019 13:51:12 +0530 Subject: [PATCH] TODO - Add CSS, props --- TODO.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 9cd2a67..f8542a0 100644 --- a/TODO.md +++ b/TODO.md @@ -7,8 +7,6 @@ 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 - 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 @@ -19,3 +17,6 @@ 8. Make it work with non React-DOM renderers 9. Add test - traverseGenerator - siblings were traversed earlier, not now. Check input config. + +10. Find node by CSS (query language) +11. Helper and filter by props and state \ No newline at end of file