GuavaCZ / filament-nested-resources

MIT License
107 stars 17 forks source link

[Bug]: N+1 Queries #40

Open davidreyg opened 3 months ago

davidreyg commented 3 months ago

What happened?

When editing a nested resource. it's not eager loading the parent.

How to reproduce the bug

image I have https://github.com/beyondcode/laravel-query-detector installed and i have this message image

Package Version

1.2.0

PHP Version

8.2.0

Laravel Version

10

Which operating systems does with happen with?

Windows

Notes

No response

davidreyg commented 3 months ago

I cloned your demo repository. demo and installed the same package.

Same result! :/

image