-
`npm install` shows various deprecated modules; we should try to update them
-
I am trying to use Isotope and Infinite Scroll in an Ajax call.
I applied somewhat of the answer from these issues:
https://github.com/metafizzy/isotope/issues/1481
https://github.com/metafizzy/i…
-
Although it is a little early for me to suggest this, as we have a few remaining issues of significance we'd like to resolve before our first Node-supporting release (which ought to be pretty close if…
-
### Preflight Checklist
- [X] I could not find a solution in the documentation, the existing issues or discussions
- [X] I have joined the [ZITADEL chat](https://zitadel.com/chat)
### Environme…
-
We have abstraction layer with HttpService methods so we can replace existing implementation that is using Axios with fetch which will reduce bundle size and dependencies/number of update PRs.
-
### Are you certain it's a bug?
- [X] Yes, it looks like a bug
### Is the issue caused by a plugin?
- [X] It is not a plugin issue
### Are you using the latest version?
- [X] Yes, I'm u…
-
### What version of React Router are you using?
6.25.1
### Steps to Reproduce
1. create a Navigation Blocker Hook (which blocks query params change as well)
```
import { useEffect, useCallback…
-
Believe the `request` object we pass to `passthrough` when its used as a function doesn't have `queryParams` defined, not sure if this is a Pretender thing or an us thing
-
**Describe the bug**
When trying to authorize , UI opens a new tab that redirects to the OIDC server ( in my case keycloak ) . After authenticating to idp the new tab is not closed but stays open and…
-
I am using version 3.0.2 and if I call `Cypress.Laravel.route()` the URI returned does not start with `/`.
Let's suppose I have this route defined in my Laravel app
```php
Route::get('login', Log…