ryandrewjohnson / react-localize-redux

Dead simple localization for your React components
https://ryandrewjohnson.github.io/react-localize-redux-docs/
MIT License
374 stars 88 forks source link

Add missing type import that crashes Vite builds #224

Open Naartti opened 3 years ago

Naartti commented 3 years ago

Add type-prefix to import. The bundler does not know to remove InitializePayload from the import, making builds fail for Vite (esbuild).

Fixes #223