Results 8 comments of Adam

This is kind of an issue how edge functions are handled by Netlify. Issue is that by using `^/.*$` regex in the manifest.json you will catch _all_ the request and...

> I would like to add a `findLeafs` helper Could you expand on that? Would that be different to what `findDescendants` is doing?

> > > I would like to add a `findLeafs` helper > > > > > > Could you expand on that? Would that be different to what `findDescendants` is...

[`findDescendants`](https://prisma-extension-bark.gitbook.io/docs/client-extension-api-reference#finddescendants) is the function that will give you the result you are looking for but in a flat array. That said I like the idea of creating a nested array...

> Will this be obsolete with remote functions maybe? No, because remote functions only offer to solvelibrary managed API endpoints but not page routes.

Good point! IDs can be of any type as long as they're unique of course ;)

Thank you for reporting the issue! Could you provide a minimal reproduction of the issue? I spun up one of the nextjs example for Prisma and it seem running without...

No worries! Thanks for taking the time to giving the package a go. Hopefully you won't need it for you deadline 😬