Cybermb

Results 5 comments of Cybermb

> [#542 (comment)](https://github.com/shadcn-ui/ui/issues/542#issuecomment-1587142689) > > Setting `modal={true}` as suggested by ^ helped fix for me w/o the need of `` This is much simpler solution than any of above. You...

I have the same problem in my application using next 14.1.0. There is a page at `/admin` which all it does is call `redirect("/admin/users")` (very similarly to your example). Navigating...

After some investigation I have found out that this is not a nextjs bug. In your example the issue is that you have named your folder `(.)photos`. Renaming to just...

My apologies. I did not know about these advanced routing features. In context of example, it seems that navigating to `/redirectToModal` does intercept route correctly. I think the problem is...

> > I had this issue only on a specific page. Even when the dialog wasn't shown. My dialog was a direct child of my `main` element which has `flex:grow`...