To export a component-based animation, an instance of the component must be dropped into a top-level frame that has a flow starting point applied. Instances sitting directly on the canvas or with a flow starting point applied to the element itself will not export properly.
🔍 Checking your design
Check to make sure the instance isn't sitting directly on the canvas and you haven't applied flow starting point to the instance directly.
❌ Instance directly on canvas with flow staring point applied to element
✅ Instance placed inside top level frame with flow starting point applied to frame
🔧 How to fix
Remove flow starting point from instance, create a new top level frame, drop instance inside, then apply flow starting point to the frame.