Daniel Pontes

Results 8 comments of Daniel Pontes

To avoid the tags duplication you need to add a `key` property to the elements, with the same value. e.g. `` I do have an issue with meta tags, but...

Is the viewport tag exactly the same when duplicated? Because next adds a viewport tag by default, so it might be related to that, when trying to add a custom...

@adammo94 If you do `sliderRef.current.slider.slickGoTo(5)`, it should work. Apparently the ref is given the whole Carousel instance, not just the slider.

> @akiran @devdpontes : Any updates on this? For me its working on 2nd click. But not the first! @aniruddhashevle Sorry for the late reply but we've decided to migrate...

Also bumped into this issue. I'm migrating from v7 to v9. Couldn't figure out why the selected prop wasn't working as before.

We're also having this issue. When using react router v7, a lot of Cypress tests started failing, but only on CI. All of these tests rely on url changes and...

> The reason it affected us so much is because we rely heavily on url params and queries for app functionality which always lagged behind in the `useParams` and `useSearchParams`...

We're also spending a lot of time fixing flaky tests and it feels like a moving target at the moment. This wasn't happening with v6.