infinitered / reactotron-redux

The redux plugin for reactotron that allows tracking redux actions and state
MIT License
10 stars 3 forks source link

Unable to resolve "reactotron-core-client" #10

Closed wellmonge closed 5 years ago

wellmonge commented 5 years ago

I started configure the reactotron-redux in a pre existing application setup with redux and sagas, and get this error after configures reactotron as the code below.

import { reactotronRedux } from "reactotron-redux"; import sagaPlugin from 'reactotron-redux-saga'

const reactotron = Reactotron
  .configure({ name: 'My Pre Existing App' })
  .use(reactotronRedux())
  .use(sagaPlugin()) // <-- sweet
  .connect()

export default reactotron

Print error: image

rmevans9 commented 5 years ago

Can you show your import for Reactotron? (Mainly to see if you are using reactotron-react-js or reactotron-react-native)

wellmonge commented 5 years ago

Can you show your import for Reactotron? (Mainly to see if you are using reactotron-react-js or reactotron-react-native)

I'm using reactotron-react-native, I resolved the issue by downgrade the reactotron-redux.

rmevans9 commented 5 years ago

Can you confirm for me the version of reactotron-core-client and reactotron-react-native that is installed in your project?

wellmonge commented 5 years ago

Can you confirm for me the version of reactotron-core-client and reactotron-react-native that is installed in your project?

reactotron-core-client 2.7.0 and reactotron-react-native 3.2.1

there's a recommendation set of versions to use redux and sagas from reactotron?

wellmonge commented 5 years ago

Now I'm getting this error image

rmevans9 commented 5 years ago

What version of redux-saga are you using?

wellmonge commented 5 years ago

What version of redux-saga are you using?

0.16.2 should I update?

rmevans9 commented 5 years ago

The later versions of reactotron-redux-saga only work on redux-saga 1+. You can either downgrade reactotron-redux-saga or upgrade redux-saga :)

wellmonge commented 5 years ago

The later versions of reactotron-redux-saga only work on redux-saga 1+. You can either downgrade reactotron-redux-saga or upgrade redux-saga :)

Okay! I'm going to put right versions for those dependecies. I'm closing this issue, perhaps would be greate we have at docs a table of versions from reactotron-redux-saga -> redux-saga. I'm able to help on this if you wish!

rmevans9 commented 5 years ago

That would be fantastic if you want to help put that together.