Environment
react-native -v: 0.55.0
npm ls rnpm-plugin-windows: 0.2.8
npm ls react-native-windows: 0.55.0-rc.0
Then, specify:
-
Target Platform: UWP
-
Target Platform Version(s): UWP
-
Target Device(s): Surface
-
Development Operating System: Windows
-
Visual Studio Version: 2017
Steps to Reproduce
Upgrading from an earlier version, 0.47.0 to the now stable 0.55.0, the following error has occurred when I click on a component:
Shadow Node for Tag Does Not Exist
However, if I dismiss the RedBox in debug mode, I am then able to click on the Component again like it is supposed to work.
Expected Behavior
No Shadow Node for Tag Does Not Exist when I click on a Component
Reproducible Demo

Environment
react-native -v: 0.55.0npm ls rnpm-plugin-windows: 0.2.8npm ls react-native-windows: 0.55.0-rc.0Then, specify:
Target Platform: UWP
Target Platform Version(s): UWP
Target Device(s): Surface
Development Operating System: Windows
Visual Studio Version: 2017
Steps to Reproduce
Upgrading from an earlier version, 0.47.0 to the now stable 0.55.0, the following error has occurred when I click on a component:
Shadow Node for Tag Does Not ExistHowever, if I dismiss the RedBox in debug mode, I am then able to click on the Component again like it is supposed to work.
Expected Behavior
No Shadow Node for Tag Does Not Exist when I click on a Component
Reproducible Demo