mobx-inferno
mobx-inferno copied to clipboard
Incorrect imports in inferno-mobx example?
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'
?
Thanks! Copy pasta gone wrong :)