aurelia / i18n

A plugin that provides i18n support.
MIT License
93 stars 70 forks source link

aurelia-i18n.d.ts(6,10): error TS2614: Module '"../../i18next"' has no exported member 'i18next' #327

Closed ghost closed 4 years ago

ghost commented 4 years ago

I'm submitting a bug report

Please tell us about your environment:

Current behavior: When building a project whith aurelia-i18n v 3.1.2 ou > the following error occurs :

aurelia-i18n.d.ts(6,10): error TS2614: Module '"../../i18next"' has no exported member 'i18next'

Expected/desired behavior:

In aurelia-i18n v3.1.1 and <, this error didn't occur. I expect the error to not occur in v3.1.2 and >.

I think we all want our code to compile.

zewa666 commented 4 years ago

Yep sorry PR is there just waiting for a quick review https://github.com/aurelia/i18n/pull/326

zewa666 commented 4 years ago

Released v3.1.4 which should fix this. Going to close this ping again if you still encounter issues

ghost commented 4 years ago

Hi @zewa666 , just updated to 3.1.4, the issue no longer exists.

Thank you 👍