It is 1000% probable that I am doing something incorrect. However, I am trying to use a custom component.
The component will receive data from an API that is loaded on the ReTool client, and passed in. However, the component attempts to load before I have the data. It then returns an Error Rendering Component
. However, once the data is ready and passed in to the component it doesn't reload or anything it is just stuck on the Error.
I tried adding in a check to see if the data was null or a flag then just return a loading div, but that also doesn't do anything.