You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the component has even a single space, it is fine.
If multiple components are there, the component shows "Loading..." and prevents other components to be rendered. Gently reported by @ajcw
The text was updated successfully, but these errors were encountered:
Thanks for the investigation, yes agree, we need to fix both problems. I think the first check can just be removed as having a component that returns blank may actually be a common use-case (imagine you want to just return an empty component in case of error or feature toggled off or whatever). So that is not an error.
The un-called callback is definitely something to fix too as that is the cause for the rendering waterfall cycle to be blocked.
If the component has even a single space, it is fine.
If multiple components are there, the component shows "Loading..." and prevents other components to be rendered. Gently reported by @ajcw
The text was updated successfully, but these errors were encountered: