1

I want to use flipper for performance debugging through DevTools , as soon as i open flipper and connect it with my react native app i am getting below error.

TypeError: undefined is not an object (evaluating 'window.document.createElement')

If i keep flipper closed , not getting such error . Please help me out.

MURARI Yadav
  • 240
  • 3
  • 11

1 Answers1

1

Not sure why this is happening but found a workaround by doing some quick issue search on react-native repo.

In Flipper -> React DevTools press the settings icon on the top right and under General there is a pre-ticked checkbox called Highlight updates when component re-renders.

When you disable this the error goes away!

enter image description hereenter image description here

Giorgos Kartalis
  • 874
  • 1
  • 7
  • 14