Frank
Frank
@Xhamps tell me about it! hahaha @zenorocha zenando!
We are using here at [@belezanaweb](https://github.com/belezanaweb) [](https://www.belezanaweb.com.br)
Exatamente @devedmo Essa é a ideia da issue :+1:
@JeffBeltran thanks for the workaround, it worked here too
https://github.com/radix-ui/primitives/discussions/1090#discussioncomment-6620771
@flexwie you can see a practical example here https://github.com/juhanakristian/remix-auth-microsoft/issues/1
@flexwie In the Session/Cookie. eg: ```ts // session.server.ts import { createCookieSessionStorage, redirect } from '@remix-run/node' import type { Session } from '@remix-run/node' import type { UserProfile } from './auth.server' import...
+1 for this feature
It would be great if has a codemod to update all the examples
> @franklinjavier I thought about creating a codemod for this, but since it has so many edge-cases that aren't straight-forward, it's better to do it manually yourself in each codebase...