-
@kirill-konshin this is a great library but we're having issues upgrading to `2.0.0-beta.4` from `1.3.5`. We are using Next 6.0.0. Can you kindly add documentation on the breaking changes?
-
This is a redux of issue #25. (But I think the cause is different)
We upgraded to Angular 6 last week, but kept some of our dependencies out of sync until today, among them this library.
Here is…
-
Stack of the error:
```
Uncaught TypeError: Cannot read property 'bind' of undefined
at I18nextProvider.render (I18nextProvider.js:46) // https://github.com/i18next/react-i18next/blob/v8.0.7/…
-
Good day!
After using metabase, I think that it'll be ok to add mechanisms to translate and localize frontend.
Cause frontend use angular, one of decisions to do it - use angular-gettext module.
…
-
**Do you want to request a _feature_ or report a _bug_?**
Bug
**What is the current behavior?**
Default translations are not added. Instead the `"Missing translationId..."` text is displayed.…
-
**TypeScript Version:** 2.8.1 (vs code newest)
**Search Terms:** rest parameter destructuring generic
**Code**
![error_ts](https://user-images.githubusercontent.com/351…
-
Hello, I have created a plugin where I joined redux, but I can not translate the panel, all translations work except the panel, here is my code:
add_action( 'plugins_loaded', 'uw_core' );
function uw…
-
**Describe the bug**
When using WC_Log_Handler_DB as log handler old log entries are not deleted by wc_cleanup_logs.
This happens because the time of the log entry is stored as a string: `date( 'Y-m…
-
_Disclaimer: completely new to React/Redux, therefore I am probably asking a lot of silly questions :laughing:_
I am trying to implement dynamically change the the locale of my React/Redux based appl…
-
Hi !
I'm having an issue with react-redux Provider:
I moved our router out of our index.js to a routing.js file. I used a Provider to give my Routing component knowledge of the store but I'm gett…