Riley Langbein
Riley Langbein
Few things I've found that may help guide you @shadcn. I managed to reproduce the issue of a 404 appearing on individual slugs. I was able to rectify the issue...
I am still able to reproduce this in 7.6.1, though less often than before. It seems more prevalent when the example provided above is moved into storybook instead of codesandbox,...
shadcn-ui uses radix-ui under the hood. You can see that this issue also occurs in the [radix-ui documentation](https://www.radix-ui.com/primitives/docs/components/select). It's likely shadcn-ui would have little control over resolving this so I...
I'm happy to take a look at this one @BatuhanW.
@vidurkhanal Adding a `depth` on `parse` resolves your test case. `const parsedQuery = parse(rawQuery, { depth: 50 });` I recommend determining what maximum depth is suitable for our use-case. The...
No worries @vidurkhanal. Feel free to reach out if you'd like me to adjust the solution and put together a changeset for you.
Would migrating to v5 allow us to take advantage of the react query suspense features?
@ocshawn good points, I'll attempt to put together a suitable solution for this.