-
- [ ] figure out an alternative to react-dates, as that's holding up upgrading to React 17 or 18
- [ ] upgrade react-router at some point and ditch connected-react-router in favor of [redux-first-his…
-
### Type of issue
Bug
### Description
Project builds successfully but I get following error on app start:
> TypeError: Cannot read property 'pathname' of undefined
at /Users/muhammadali/W…
-
I was changing components to use Material UI awesome ones when I tried implement a Selectable List (see: http://www.material-ui.com/#/components/list) and I got this very funny error:
```
0 info it w…
-
Can't resolve `'redux-persist/constants'` in 'projects/proto12/node_modules/redux-persist-crosstab'
currently using these dependencies
`
{
"dependencies": {
"react": "^16.4.2",
"reac…
-
Installation and Configuration of React #15 with the following React packages
1 Redux
2. React Router
3. React Toolkit
4. Axios
5. React Router Dom
6. Redux Thunk
7. React Momment
8. Props Typ…
-
[https://codesandbox.io/s/gL3zJKv9Z](https://codesandbox.io/s/gL3zJKv9Z)
`import { Router,Route , browserHistory } from 'react-router';
import { ReduxAsyncConnect, asyncConnect, reducer as reduxAs…
-
I have a page in my site that has an element scroller attached to it. Everything works great and when the page refreshes or navigates, everything works exactly as it should.
However, on my page, if…
-
## 项目中的的AppBarContainer代码有误
````javascript
dispatch(setRecipe({ key: 'recipeId', value: '' }));
//改成
dispatch(setRecipe({ keyPath: ['recipe', 'id'], value: '' }));
````
> 另外,我很奇怪,为嘛WebAPI的acti…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Rate-Limited
These updates a…
-
I'm using react-hot-loader 4.12.11, react 16.9.0, react-dom 16.9.0, react-router-dom 5.0.1, redux 4.0.4, react-redux 7.1.0 and node 10.12.0 together and it fails miserably thanks to this cryptic error…