Git Product home page Git Product logo

Comments (9)

jamuhl avatar jamuhl commented on May 17, 2024

nope...gave an answer there...not having react as dependency will not cause this.

from react-i18next.

Grmiade avatar Grmiade commented on May 17, 2024

I have the same problem :/

Uncaught Error: Cannot find module 'react'

ReactDOM.render(
  <I18nextProvider i18n={i18n}>
    <Provider store={store}>
      <Router history={browserHistory}>
        <Route path="/" component={App}>
          <IndexRoute component={Login} />
          <Route path="/home" component={Nav}>
            <Route path="/customers" component={CustomersList}>
              <Route path=":customerId" component={CustomersDetail} />
            </Route>
          </Route>
        </Route>
      </Router>
    </Provider>
  </I18nextProvider>,
  document.querySelector('.react-root')
);

from react-i18next.

jamuhl avatar jamuhl commented on May 17, 2024

http://stackoverflow.com/questions/35368799/react-i18n-redux-and-react-router-configuration

https://babeljs.io/repl/#?experimental=false&evaluate=true&loose=false&spec=false&code=%3Cdiv%20%2F%3E

---> React.createElement("div", null);

that's why you need to import react on your module...simple as that.

from react-i18next.

Grmiade avatar Grmiade commented on May 17, 2024

I did'nt copy paste all my file. I already import the React module. All works, except when I use I18nextProvider.

from react-i18next.

jamuhl avatar jamuhl commented on May 17, 2024

hm...then i'm wondering...can't reproduce. we neither have this in our production applications nor in the example inside this repo...

would be glad if you could further investigate...

from react-i18next.

jamuhl avatar jamuhl commented on May 17, 2024

are you using this with meteor? if so i just got a interesting hint from @mjmasn here i18next/i18next#570 (comment)

from react-i18next.

Grmiade avatar Grmiade commented on May 17, 2024

I found the solution ! My fault :/
I used import { I18nextProvider } from 'react-i18next'; instead of import { I18nextProvider } from 'react-i18next/lib'; with my webpack config.

from react-i18next.

jamuhl avatar jamuhl commented on May 17, 2024

i see...hm. just thought about changing package.json main to point there...makes live more easy for the ones using a modern build chain - which hopefully are more then building some strange stuff using amd.

from react-i18next.

jamuhl avatar jamuhl commented on May 17, 2024

starting with v1.0.0 package.json will point to /lib/index.js

from react-i18next.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.