mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 22:01:49 +00:00
TODO - findAllNodes added
This commit is contained in:
@@ -5,10 +5,12 @@
|
|||||||
3. Publish to npm
|
3. Publish to npm
|
||||||
4. Build some demo
|
4. Build some demo
|
||||||
|
|
||||||
5. Fix getRootFiberNodeFromDOM and related helpers -
|
5. Add `findAllNodes` helpers which searches all usages of the components - by name or class
|
||||||
|
|
||||||
|
6. Fix getRootFiberNodeFromDOM and related helpers -
|
||||||
- .\_internalRoot is not present is 16.0.0 but present in 16.9.0
|
- .\_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
|
- 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)
|
- add testcase to run across all versions of React 16.0.0 (dev+prod) and above (because internals change)
|
||||||
|
|
||||||
6. Make it work with older React versions
|
7. Make it work with older React versions
|
||||||
7. Make it work with non React-DOM renderers
|
8. Make it work with non React-DOM renderers
|
||||||
|
|||||||
Reference in New Issue
Block a user