Eduard Tsakhlo
Eduard Tsakhlo
I've encountered the same problem. So types should be more like this: ### `types/index.d.ts` ```tsx // TypeScript Version: 2.3 export class StringWithRawData extends String { _strs: string[]; _exprs: any[]; }...
There is no need in reloading page. Make sure you used `runtime translations`: https://ttag.js.org/docs/create-react-app.html#runtime-translations
> @e-tsakhlo I think you haven't check code yet. https://github.com/ttag-org/CRA-runtime-example/blob/master/app/src/App.js#L11 This example truly uses page reload, but overoll there is no need in it. You can import all translations (use...