You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed this issue by update react-native-web version 0.8.5 to 0.9.3 in Package.json and npm i or yarn install.
After this I face redux issue and fixed redux issue by update store.js.
Updated store.js code :
import { createStore, applyMiddleware ,compose } from 'redux'
import reducer from '../reducers'
import createSagaMiddleware from 'redux-saga'
import root from '../sagas/index'
I am getting this error.
TypeError: Cannot read property 'injection' of undefined
./node_modules/react-native-web/dist/exports/createElement/index.js
node_modules/react-native-web/dist/exports/createElement/index.js:20
The text was updated successfully, but these errors were encountered: