Ilya Usorov
Ilya Usorov
+1 for this request. Currently I also have mixpanel-browser and created an abstraction layer, for the slight differences between the two libraries
hey @jdorn bump
A quicker (albeit more manual) approach is to just state each reducer in your root reducer, rather than relying on the injectedReducer paradigm. Works well if you don't have too...
Here to say that adding a Suspense as a parent to the Suspense that was causing this exact issue for me solved it for me (React Native). Suspend your Suspenses...
Would really appreciate `supress_stripping_message` because right now I'm having to patch this line in the @lingui/macro package `const stripNonEssentialProps = false; // process.env.NODE_ENV == "production" && !opts.extract;` to keep the...
hey @timofei-iatsenko, thanks for this info. Just curious, is using the babel-plugin-macros configuration for lingui and specifically that the extract property is an available property, documented anywhere in the documentation?...
Hmm I couldn't get it to work but maybe thats because I'm also in a monorepo and it's react native. I'll leave my patch in for now until you get...