-
I am building a React application and just upgraded to use Webpack 2. Unfortunately, I am having issues with the new configurations. I want to use background: url(../assets/[some-image].png) to retrie…
-
The project uses redux integration ,
Main component with route looks something like this
```
const Initial = (props) => {
const {settings, userManager} = props;
const {AppContex…
-
**Current behavior:**
I have an application that's running perfectly on the server and the build is passing, And the application is starting without any problem.
On a local environment I am faci…
-
## Bug report in v4
- [X] All peer dependencies are installed: React, ReactDOM and Leaflet.
- [ ] Using the latest version of React and ReactDOM v18.
- [X] Using the supported version of Leaflet (v…
-
When using SSR with `ReactDOMServer.renderToString` I get following exception:
```
Invariant Violation: Could not find "store" in the context of "Connect(ConnectedRouterWithContext)". Either w…
zdila updated
5 years ago
-
Hello,
For some reason, when using this project, which I've used before. We're getting a callstack exceeded error, as seen below:
![image](https://user-images.githubusercontent.com/5695356/1543090…
-
**Error**
`Could not find "store" in either the context or props of "Connect(GatedPage)". Either wrap the root component in a , or explicitly pass "store" as a prop to "Connect(GatedPage)".`
*…
-
When i create a store and combine a reducer, but connectRouter returns 0. But in the official example when i run it, it works and connectRouter returns a object.
My code is the same like the officia…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: linux
Arc…
-