You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of our react-admin projects is getting bigger and we need to enable lazyLoading. The problem comes where we use ReferenceManyField. This error appears, and no entries are being fetched. I don't see any way to disable the RefreshResource method. I even tried editing the files and disable it manually, using patch-package, but the error still apears.
Is there a way to bypass this?
L.E.: I forked the repo and commented out the error. The app seems to work without issues now, but I'd still like to be able to use the original package.
The text was updated successfully, but these errors were encountered:
Hello,
One of our
react-admin
projects is getting bigger and we need to enablelazyLoading
. The problem comes where we useReferenceManyField
. This error appears, and no entries are being fetched. I don't see any way to disable theRefreshResource
method. I even tried editing the files and disable it manually, usingpatch-package
, but the error still apears.Is there a way to bypass this?
L.E.: I forked the repo and commented out the error. The app seems to work without issues now, but I'd still like to be able to use the original package.
The text was updated successfully, but these errors were encountered: