Tags: codinit-dev/codinit-dev
Tags
Fix critical template parameter error causing build failures - Fix template passing in page.tsx to always use full templates object - Add null safety check in templates.ts to prevent undefined lib property access - Remove unused currentTemplate variable This resolves the 'Cannot read properties of undefined (reading join)' error that was preventing successful builds and message submissions.