-
- [x] I tried using the `@types/xxxx` package and had problems.
- [x] I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript
- [x] I have a question that is inappro…
-
I was asked to post this here by @markerikson. So here goes.
The library is here https://github.com/epeli/lean-redux
The library was not specifically build to solve the problem presented in this rep…
-
My environment setup is:
- macOS Catalina
- iOS Simulator
- redux_remote_devtools: 1.0.2
- redux_dev_tools: 0.5.2
- redux: 4.0.0
I use the following code to setup my store:
```
import 'dar…
-
I tried using React component for the customUI. I am using Redux in my app. My files look something like this:
custom-ui-component.js
```
import React, { Component } from 'react';
import PropT…
-
- Configure Redux (store, actions, reducers)
- Create auth-service to interact with the backend auth-API
- GET: '/api/v1/auth/registration/{user-type}' with User object
- Config Saga (utilize auth…
-
**Current Behavior:**
Updated my project from Angular 8 to Angular 10.
**package.json contains :**
"@angular-redux/form": "6.7.0",
"@angular-redux/store": "7.1.1",
"@angular/cdk": "10.2.5",…
-
### Are you submitting a **bug report** or a **feature request**?
Bug report
### What is the current behavior?
The [minimal demo](https://codesandbox.io/s/1y3q07xmp3) crashes with error `Coul…
-
Got this runtime error for the react application redux, redux-i18n
```
Uncaught TypeError: (0 , _reactRedux.connect) is not a function
at ./node_modules/redux-i18n/dist/component/index.js (co…
-
When we use connect react-redux component in stack navigator the back key not triggering function.
import { connect } from "react-redux";
The below condition not matching event if i implement handle…
-
### Are you submitting a **bug report** or a **feature request**?
bug report
### What is the current behavior?
`reduxForm` decorator doesn't return a React component function but a React element
…