Turcan Vladimir

Results 7 comments of Turcan Vladimir

Unfortunately setting `display: contents;` on an inner wrapper solves the Cypress issue but breaks the functionality of the hydration, resulting in components being non-functional anymore

> I'm totally in favor of this if your experience with it on the website is positive 👍 Hey Robin, so this has been running on the marketing website for...

I did remove the `commands` scope but the issue seems to be happening still, after revoking my own access, I can reproduce this all the time

thank you @seratch looking forward to what's next for the bolt framework and its integrations

great to see this moving forward!

I have a similar issue to @markomitranic. For me it seems that the domain is completely ignored. ```ts export const locales = ['en-RO', 'ro-RO', 'en-MD', 'ru-MD', 'ro-MD']; export const routing...

if anybody is looking for a quick fix, I ended up doing `localeDetection: false` and negotiating the locale by myself. My functions looks like this: ``` function getLocale(request: NextRequest): string...