If I update the original main component after setting a prototype for a component, all the animations etc. set in the prototype will disappear. Could you please tell me the solution?
Example: Let’s say I was creating a modal component. Let’s say I have a complicated setting where when I tap a button, a message saying “Sending completed” appears, and then I return to the top screen. Then I resized and updated the buttons in the main component of the modal. Then all the settings I had made up to that point are gone and I have to start over again.