The loading.tsx
file must be returning a component, make sure the component name is Loading and not loading. Currently, it is being treated as a function and not a component, if there are any hooks that are being called and used inside of the loading component, it would throw this error.