-
**Bug Description**
Dependency (modules) error when using widget
**Steps to Reproduce**
1. Create next project using next@12.1.5
2. Install latest @uniswap/widgets and react-redux
3. Integrat…
-
The app is wired up such that:
-> user lands on Sign-up page
-> call is made to action, picked up by the sign-up saga.
-> The push is never made.
I'm sure I've wired something up incorrectly, bu…
-
state goal of project, and how it's different from a boilerplate.
-
## There have been updates to the *react* monorepo:
+ - The `devDependency` [react](https://github.com/facebook/react) was updated from `16.6.1` to `16.6.2`.
- The `devDependency` [react-dom](https…
-
07/10
- importance of key in rendering list: identify list item and prevent unnecessary re-render
- JS syntax `string ${state} to use flexible string class (backticks)
- CSS Modules: CSS files in w…
-
## Version
2.1.2
## Steps to reproduce
Add push method to actions
```
export const actions = {};
actions.readStaff = (id) => {
return (dispatch) => {
dispatch(showLoading());
…
-
This works perfectly on iOS but I get a crash on Android.
I use Expo and the bundled Expo Facebook Login feature. I can properly get the status and token but when calling `await loginWithFacebook({…
-
https://mp.weixin.qq.com/s/frSXO79aq_BHg09rS-xHXA
-
Hello all,
My Redux store has 3 root keys, [units, lessons, steps]. When it is first persisted (as an empty dataset), all three keys show up in storage, but lessons are never updated while units a…
-
I have configured redux-perist in my React.js application like below. While launching application, I am getting below error in console. How to fix it ?
Error: redux-persist failed to create sync s…