We have components named startAuction
and photoButton
that are gone.
I was forced to restore an old version due to some weird Plasmic error.
The issue, is that I’ve done quite a bit of work since then. How can I copy an entire component, or just restore that component, without reverting to the old version, losing all of the work I’ve done since?
I solved this.
For anyone interested, here are the steps I took to “restore” single components from a previous version in the version history, without restoring the entire version:
- Published Source Project to save all changes
- Reverted Source Project to Version with Components that needed to be restored
- Created Blank Destination Project
- Imported Source Project into Destination Project
- Duplicated desired Components
- Removed Source Project Import from Destination Project
- Published Destination Project Changes
- Reverted Source Project to Version with latest changes
- Published Source Project
- Imported Destination Project to Source Project
- Duplicated desired components from Destination Project to Source Project
- Removed Destination Project Import from Source Project
- Published Source Project
In these easy 13 steps you too can travel into time without creating a paradox!
Ever thought about this workaround but I didn’t have enough courage to try them out. Thank you for confirming it actually works!