react-tree-walker
react-tree-walker copied to clipboard
React tree walker can not walk children 2.0.0 react-async-component components
Hello!
We decided to bump "react-async-component": "1.0.2"
to 2.0.0
. We found that latest react-tree-walker
now cannot walk children of the new AsyncComponent
s.
Versions in question:
"react": "16.4.1",
"react-async-bootstrapper": "1.1.2",
"react-async-component": "2.0.0",
"react-dom": "16.4.1",
"react-helmet": "5.2.0",
"react-hot-loader": "4.0.0",
"react-router-dom": "4.2.2",
"react-tree-walker": "4.3.0",
@andrastothtw FWIW, I am using the following versions and it works.
"react-async-bootstrapper": "2.1.1",
"react-async-component": "2.0.0",
What issues are you noticing?