We are using react-native-web
to build a project and after updating all of our dependencies this morning we’re getting the following error in the console for most of the components in the project:
Cannot read property ‘forEach' of undefined
However, if we roll back the package.json
the following error is emitted on every mousemove
event:
Seemingly related to react-native-web
and the ResponserEventPlugin
specifically - but rolling back the rnw version doesn’t fix the issue either.
Everything was in complete working order until we ran ncu -u
earlier today.
Any help is greatly appreciated.