Skip to content

Commit

Permalink
Add TODO for getRootFiberNodeFromDOM changes needed (skip-ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendtherules committed Aug 10, 2019
1 parent e1dec60 commit 7e9d523
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion TODO.md
@@ -1,4 +1,11 @@
# TODOs

1. Write docs and examples
2. Reduce testcase boilerplate code for similar tests
3. Publish to npm
4. Build some demo
4. Build some demo

5. 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 and above (because internals change)

0 comments on commit 7e9d523

Please sign in to comment.