Alexander

Results 13 comments of Alexander

@pkrefta I had same issue, and the root case was in: `import { Button } from 'antd/lib/index'`, replacing it with `import { Button } from 'antd'` fixes the issue.

Closes https://github.com/supasate/connected-react-router/issues/612, please merge it

maybe there is a fork with react v18 support?

@avindra I have complex selectors, which filters data based on url params (?a=1&b=2). Moving this logic into the a component is not an option for me. Do you have a...

@avindra yeah, thank, but this looks like workaround rather then good fix. >Moving this logic into the a component is not an option for me. Cuz fix this way means...

@avindra > I removed a hundred or so of these connected router hacks could you please explain in detail what exactly you did? I didn't get it. From the example...

@avindra thanks lot! This looks much better from what I thought initially. But again, create new hook just to filter the selector data based on query params looks less nice...

I also faced same issue, and implemented some workaround: 1) replace loader with a link: `click here to load more ` 2) implemented loadMore the way that is simulates pull...

> This looks like the solution, but cannot find Advanced in Settings :-( Neither did I, seems to no advanced settings in docker-desktop for debian. However [this](https://forums.docker.com/t/docker-desktop-error-cannot-connect-to-the-docker-daemon-at-unix-var-run-docker-sock-is-the-docker-daemon-running/138438) seems to helped...