Publishing a branch to main corrupted my project and I can't recover.
After publishing branch mecanismo -filtro -dinamico , one formula (allDropdownsSelected ) was renamed to an internal ID (Bnlbi3 ) and a ghost "Untitled " formula appeared . Browser throws TypeError : null is not an object (e .arguments .map ) in formula . t s :407 on every page load . My entire configurator component is broken . The original branch was auto -deleted on publish — I have no way to go back to the working version . Weeks of work on this component . Is there any way to restore a deleted branch ? Or fix main without rolling back weeks of work ? need help — this is blocking our entire project . Also , can you describe the steps up to publishing the branch ? Did you have to sync with main before publishing ? Did you have any conflicts that you resolved as part of syncing ? Did you "reset " any files right before publishing ? That might make it easier for me to know what to look for . The AI assistant analysis found that the formula allDropdownsSelected does not exist by that name in the component . Instead it found an unnamed formula with internal ID Bnlbi3 that appears to have similar logic . It 's in components /tarifas on the scaling -todas -familias branch (and also on main since the branch was created from main after the publish ) . Also to answer your earlier questions about the publishing steps : - I did NOT have to sync with main before publishing . There were no conflicts shown . - I did NOT reset any files . - I simply went to version control , added the comment "drop eatable a familia de difus ão funciona " and clicked publish . - The branch mecanismo -filtro -dinamico was auto -deleted after publish . - I then created a new branch scaling -todas -familias from main . - When I tested the new branch in the browser , the dropdowns were gone and the console showed TypeError : null is not an object (evaluating 'e .arguments .map ' ) in formula . t s :407 . The formula allDropdownsSelected was created manually in the visual editor during an earlier session . It uses Every over activeFilterConfig to check if all visible filters have a selection . Some extra context to help you while I 'm away : The component is a product configurator with cascading dropdown filters . The page /tarifas / :slug loads a product by slug , queries Supabase via GraphQL , and renders dynamic dropdowns based on the product 's available variations . You can test with /tarifas /dtr . Before publish , everything worked — dropdowns rendered , cascade logic worked , results showed correctly . After publish , all dropdowns disappeared . The component has 6 formulas , 1 workflow (handleFilterChange ) , 2 variables (selections , openDropdownId ) , and 1 API (query _dropdowns ) . The AI analysis confirmed 5 of 6 formulas are intact — only allDropdownsSelected appears corrupted . I have to step out now but I 'll be available for the call at 1 0 :30 AM Portuguese time . Thank you !

.jpeg/public)