Help Center

Common HatchIt issues and fixes

Practical troubleshooting guides for syntax errors, runtime failures, and deployment blockers.

syntaxreactjsx

Fix unbalanced braces in section code

Resolve syntax failures where open and close curly braces do not match in generated section code.

Read fix guide →
syntaxjsxparser-error

Fix unbalanced parentheses in JSX

Repair broken return trees and callback expressions caused by missing or extra parentheses.

Read fix guide →
reactcomponentrendering

Fix missing return in a section component

Bring back rendered output when a section function no longer returns JSX.

Read fix guide →
typescriptjsxbabel

Remove TypeScript-only syntax from preview code

Fix preview parse failures caused by TypeScript annotations in JSX-only execution contexts.

Read fix guide →
networkapitimeouts

Handle Failed to fetch during section build

Recover from transient network and upstream timeout failures when calling build endpoints.

Read fix guide →