Card-properties don't get correctly loaded in the Card React-component, when the properties haven't yet been loaded from the Server, resulting in animations in the draw-function of CardFace for a Card being set to undefined, thus crashing the draw-loop of the CardFace.
I probably need to re-write the stuff in the componentDidMount and render functions of Card, to be able to fix this.
Card-properties don't get correctly loaded in the
CardReact-component, when the properties haven't yet been loaded from the Server, resulting inanimationsin thedraw-function ofCardFacefor aCardbeing set toundefined, thus crashing thedraw-loop of theCardFace.I probably need to re-write the stuff in the
componentDidMountandrenderfunctions ofCard, to be able to fix this.