Add TODO for getRootFiberNodeFromDOM changes needed (skip-ci)

This commit is contained in:
2019-08-10 17:13:40 +05:30
parent e1dec601e7
commit e3750e9b50
+8 -1
View File
@@ -1,4 +1,11 @@
# TODOs
1. Write docs and examples 1. Write docs and examples
2. Reduce testcase boilerplate code for similar tests 2. Reduce testcase boilerplate code for similar tests
3. Publish to npm 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 (dev+prod) and above (because internals change)