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.jsonin the main folderretool-custom-component-manifest.jsonand.jsin thedistfolder
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.