chovy
chovy

Reputation: 75666

How can I get react-i18next to work with storybook?

I have react-i18next working for the code that runs in the browser, however all our storybook examples are broken because we only test an individual component.

Can someone explain (with examples) how to get storybook that shows individual components working with react-i18next?

Upvotes: 0

Views: 2674

Answers (1)

jamuhl
jamuhl

Reputation: 4498

Just added a storybook example to react-i18next examples: https://github.com/i18next/react-i18next/tree/master/example/storybook

did not run into any issue...could you please give us more detail on your configuration?

Upvotes: 1

Related Questions