-
### 🔎 Search Terms
5.7.2 types issue, LibraryManagedAttributes, componentType issue
### đź•— Version & Regression Information
on v5.7.2 the issue exists
with my previous v5.2.2 it was working
### ⏯ …
-
I'm trying to convert a component that's wrapped in the connect method from react-redux.
The error I'm getting is cannot call a class as a function in Route.js
` var props = processProps(tree…
-
**Describe the bug**
could not find react-redux context value; please ensure the component is wrapped in a
I called useSelector hook inside of my pdf component and my pdf component use inside my ro…
-
I found that once the exported component is wrapped in a function like `connect()` (from redux connect) or `compose` (from recompose), the match-exported rule stops working.
here's a code example:
…
-
### Describe the bug
i have a host app and mini app and two projects also setup redux, in the mini app, I use dispatch by useDispatch from func component .tsx, and it's working, but when i use store.…
-
**OS:**
- [ ] Windows
- [ ] MacOS
- [ ] Linux
**Platform:**
- [ ] iOS
- [x] Android
**SDK:**
- [x] `@sentry/react-native` (>= 1.0.0)
- [ ] `react-native-sentry` (
-
I have this component that I want to test:
`
import React from "react";
import { connect } from "react-redux";
import { Link } from "react-router-dom";
const CheckoutHeader = ( { newTitle } ) =…
-
I tried to make code splitting works with RTK 2.0 and redux-persist, and I initially started with this code
```
const rootReducerWithSlice = rootReducer.inject({
reducerPath: NAME,
reducer: …
-
### Are you submitting a **bug report** or a **feature request**?
Bug report
### What is the current behavior?
- Create a React Storybook with https://github.com/storybooks/storybook
- Create a …
-
Let's have a try with it.
### Related Discusstions
-
-