We are trying to add the Save And Resume Configuration feature in our UI, for that we have followed to procedure mentioned in the dev kit.
Approach 1:
Now we have two buttons ‘Save’ and ‘Resume’. After I get the saved object I pass the config id in the resume function.
Upon clicking on the Resume Button we see that our materials in the Threekit Environment have changed but the same are not selected in the Threekit React Form component.
Approach 2:
We take the resumeURL from the object and use it to open a new tab. Now the config is selected in the Threekit React Form component but the materials are not applied in the threekit environment.
Is there a way to get both the results at the same time? Thanks!