New Adalo component

I am trying to create a new Adalo component. When I try to drag and add my component to the screen, I get this error message.

My code itself on Visual Studio is running successfully. When I inspect the page, I see this error:

Error: Minified React error #130; visit Minified React error #130 – React for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at HTMLDocument.r (helpers.ts:98:1)

This implies that there is something that is undefined or not a valid React component.
I have attempted to resolve but cannot find the issue. Could there be another reason why this message is appearing?

Thank you for any help at all!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.