ctrlplusb / react-tree-walker

Walk a React (or Preact) element tree, executing a "visitor" function against each element.
MIT License
345 stars 34 forks source link

Errror in Edge: 'Error walking react tree' #15

Closed dlebedynskyi closed 6 years ago

dlebedynskyi commented 6 years ago

Hi, after update to latest we started seeing

image

happens only in Edge. I wish I could give more details but it is a pain to get anything from IE. Fix would be appreciated though

ctrlplusb commented 6 years ago

Apologies for the late reply. Are you still having this issue. If so could you please provide me with the call stack. 👍

ctrlplusb commented 6 years ago

@dlebedynskyi I am closing this for now. Please let me know if it is still an issue for you.

dlebedynskyi commented 6 years ago

@ctrlplusb all good. we resolved it. it was error down the chain in IE, that was swallowed/masked in IE with tree-walker as far as I recall