mobx-inferno icon indicating copy to clipboard operation
mobx-inferno copied to clipboard

Incorrect imports in inferno-mobx example?

Open p-adams opened this issue 8 years ago • 1 comments

It seems as though the imports in the inferno-mobx example here: https://www.npmjs.com/package/inferno-mobx are actually based on v0.8 where you'd be importing import { connect } from 'mobx-inferno' as shown in the example. However, isn't the correct import statement: import { connect } from 'inferno-mobx'?

p-adams avatar Nov 05 '16 19:11 p-adams

Thanks! Copy pasta gone wrong :)

nightwolfz avatar Nov 06 '16 11:11 nightwolfz