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
I'm filing this by @vchelaru request so we can track it even though we have no repro steps.
Sometimes Gum loses the type for a component instance. For me, I notice when I start getting build errors. In this case, the .Generated code contains references to the UI but the gum components are broken. When you open Gum the specific components have red exclamations and no base type.
The workaround is just to re-set the base type and that typically fixes everything and keeps any unique settings the component already had. But we don't know what series of events is causing them to get lost in the first place. This happened seemingly at random after starting to work on a project that had previously been working fine.
In this image, Rarity, PrimaryStat, SecondaryStat, TertiaryStat, and Value were all instances of a new component called LabelValuePair. They worked fine but when coming back to Gum, all were broken. I had fixed the first two before taking this screenshot:
The text was updated successfully, but these errors were encountered:
This could be related to \ vs / for names, which were causing Glue to also have incorrect namespaces. Track down why slashes were incorrect, maybe it's causing this.
I'm filing this by @vchelaru request so we can track it even though we have no repro steps.
Sometimes Gum loses the type for a component instance. For me, I notice when I start getting build errors. In this case, the .Generated code contains references to the UI but the gum components are broken. When you open Gum the specific components have red exclamations and no base type.
The workaround is just to re-set the base type and that typically fixes everything and keeps any unique settings the component already had. But we don't know what series of events is causing them to get lost in the first place. This happened seemingly at random after starting to work on a project that had previously been working fine.
In this image,
Rarity
,PrimaryStat
,SecondaryStat
,TertiaryStat
, andValue
were all instances of a new component calledLabelValuePair
. They worked fine but when coming back to Gum, all were broken. I had fixed the first two before taking this screenshot:The text was updated successfully, but these errors were encountered: