Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(StencilJS) 'intlMessage' is not exported by ../../node_modules/i18next-wc/dist/index.js #4

Open
linuxonrails opened this issue Nov 24, 2021 · 0 comments

Comments

@linuxonrails
Copy link

In the "Using with jsx" section:

import { intlMessage } from 'i18next-wc';

Demo:

https://github.com/linuxonrails/i18next-wc-demo-with-stenciljs

[ ERROR ]  Rollup: Missing Export: ./src/components/my-component/my-component.tsx:5:9
           'intlMessage' is not exported by ./node_modules/i18next-wc/dist/index.js, imported by
           ./src/components/my-component/my-component.tsx

      L4:  import i18next from "i18next";
      L5:  import { intlMessage } from 'i18next-wc'

Originally posted by @gper2020 in #2 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant