react-tree-walker icon indicating copy to clipboard operation
react-tree-walker copied to clipboard

Walk a React (or Preact) element tree, executing a "visitor" function against each element.

Results 12 react-tree-walker issues
Sort by recently updated
recently updated
newest added
trafficstars

The current version `4.3.0` of `react-tree-walker` in npm triggers this warning on `Context` components. Looking at the repository, this *might* be fixed in `master` but I can't tell for sure...

In the development environment, using react ssr to report an error, the production environment is normal, ``` TypeError: Cannot read property 'dense' of undefined at Object.eval [as children] (webpack:///./node_modules/@material-ui/core/ListItem/MergeListContext.js?:27:31) at...

Hi, would you consider making changes analogous to https://github.com/apollographql/react-apollo/pull/2304 in order to fix context handling? I'm happy to create pull request for that if you'd like to. Thanks!

Hi @ctrlplusb, while debugging https://github.com/ctrlplusb/react-jobs/issues/51 & https://github.com/ctrlplusb/react-jobs/issues/56, I realized that if there were jobs on dynamic import components, then those jobs wouldn't execute on the server-side since the components are...

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",...

here is a repo to reproduce the issue but i will try to summarise it here https://github.com/CosticaPuntaru/react-walk-tree--redux-bug tl:dr; in order for nested component to render properly the component instance needs...

Likely through an experimental flag for now, but as long as we execute from root towards leaf in a concurrent fashion it should be fine as the parent context would...

enhancement

https://reactjs.org/docs/react-component.html#setstate react setState takes two parameters, `updater` and `callback`. As i think the api should respect the react api i suggest to add callback to the `setState` function.

React supports rendering of iterables and collections as childrens. `react-tree-walker` does not support this at this moment leading to unexpected results when using Iterables (e.g. `List` from `immutable-js`) as children....

I'm using [mui-org/material-ui](https://github.com/mui-org/material-ui) (1.0.0-beta.28) and [cssinjs/react-jss](https://github.com/cssinjs/react-jss) (8.3.3). When I run `reactTreeWalker` (4.0.2) against my application, I get an error from JSS that appears to be related to context. My application...