Skip to content

flolu/tolgee-i18next-v5-23-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • npm ci (install dependencies)
  • npm run build (compile to dist/)
  • npm run start (run)

Issue

  • npm run build fails starting with @tolgee/i18next v5.23.0 (works fine with v5.22.0)
src/index.ts:2:3 - error TS2305: Module '"@tolgee/i18next"' has no exported member 'BackendFetch'.

2   BackendFetch,
    ~~~~~~~~~~~~

src/index.ts:4:3 - error TS2305: Module '"@tolgee/i18next"' has no exported member 'Tolgee'.

4   Tolgee,
    ~~~~~~


Found 2 errors in the same file, starting at: src/index.ts:2