stevekinney / star-wars-characters-react-state

27 stars 54 forks source link

Is there a codesandbox for this? #21

Open rjtbansal opened 3 years ago

rjtbansal commented 3 years ago

Do we have a codesandbox for this by any chance?

ranran2121 commented 2 years ago

I also need the codesanbox since I get a loop when trying to npm install :(

lukasz-pekala commented 2 years ago

If you have loop update your package.json to this:

  "dependencies": {
    "lodash": "4.17.21",
    "node-sass": "^7.0.1",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-redux": "8.0.2",
    "react-router-dom": "^6.3.0",
    "react-scripts": "5.0.1",
    "redux": "4.2.0",
    "redux-observable": "2.0.0",
    "redux-saga": "1.1.3",
    "redux-thunk": "2.4.1",
    "rxjs": "7.5.5"
  }

works fine on my computer