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
I am implementing AdminJS in a project and I found the following error:
STACK TRACE:
Error [ERR_REQUIRE_ESM]: require() of ES Module adminjs/index.js from @adminjs/custom-components/lib/components/ReferenceField.js not supported.
Instead change the require of index.js in @adminjs/custom-components/lib/components/ReferenceField.js to a dynamic import() which is available in all CommonJS modules.
I don't know if its a problem with my code or is it from @adminjs/custom-components.
Hi, I hope this is the right place.
I am implementing AdminJS in a project and I found the following error:
I don't know if its a problem with my code or is it from
@adminjs/custom-components
.I have installed
@adminjs/[email protected]
Regards,
The text was updated successfully, but these errors were encountered: