Iām building a custom component and everything was working fine when the component was named HelloWorld
. As soon as I changed the component name to LiveChat
, Retool broke and showed this error:
"Error rendering custom component ā element type is invalid."
Additionally, I noticed that I now have multiple manifest files:
retool-custom-component-manifest.json
in the main folderretool-custom-component-manifest.json
and.js
in thedist
folder
I'm confused.
- Why did simply renaming the component break rendering?
- Which manifest file does Retool actually use?
Any help would be appreciated before I lose it. Thanks.