reactjs-media
reactjs-media copied to clipboard
error and confilict
i just use this package in my app and show me this error
What version are you using??
I recommend updating to the latest version because that error seems to have been fixed already.
i am using the latest version on "react": "17.0.2", "react-native": "^0.66.3",
Try using reactjs-media version 2.2.0
i am using the latest version on "react": "17.0.2", "react-native": "^0.66.3",
downgrade create-react-webpack to version 4
I am facing the same issue. I am using "reactjs-media":"^2.2.0" and "react": "^17.0.2". I have tried downgrading to "react": "^16.0.3" but I got no success. Please guide me how can I tackle this error.
I am facing the same issue. I am using "reactjs-media":"^2.2.0" and "react": "^17.0.2". I have tried downgrading to "react": "^16.0.3" but I got no success. Please guide me how can I tackle this error.
try this :
npm uninstall webpack
npm install [email protected]
is there another solution to this issue that will not involve downgrading my webpack?