Mohamed Mounir

Results 5 comments of Mohamed Mounir

Hope you find this helpful https://github.com/radix-ui/primitives/issues/1836. It is also in the `Dialog` [docs](https://ui.shadcn.com/docs/components/dialog)

If you checked the previous issue, you would have found one of the comments containing an example that covers exactly what you're looking for. Here's a link for the comment...

I've the same problem, did you find any solution for that? @WordSystem3

I have the same issue using `printImageBase64` exactly like the provided example. Printer works perfectly when printing from other apps. Did you find any solution yet? @LLSoberanoLL

the only way I could make redirection from private route work was to explicitly return a `` conditionally, but I can confirm that the examples mentioned in the docs does...