1.1 KiB
TODOs
-
Write docs and examples
-
Reduce testcase boilerplate code for similar tests
-
Publish to npm
-
Build some demo
-
Add
findAllNodeshelpers which searches all usages of the components - by name or class -
Allow using all methods without explicit root node. Find automatically, if not provided.
-
Fix getRootFiberNodeFromDOM and related helpers -
- ._internalRoot is not present is 16.0.0 but present in 16.9.0
- actual node is available 2 levels nested inside this root node
- add testcase to run across all versions of React 16.0.0 (dev+prod) and above (because internals change)
-
Make it work with older React versions
-
Make it work with non React-DOM renderers
-
Add test - traverseGenerator - siblings were traversed earlier, not now. Check input config.
-
Find node by CSS (query language) - Make it work for Class/Function reference also
-
Allow easy way to continue FiberNode select with CSS selector for dom node (handling Fragments)
-
Helper and filter by props and state
-
Fix es5, downLevelIteration with generator iteration
-
Tests for match
-
Catch throw in generator