Code Boundaries
March 17, 2025
We’ve always supported React Code Components and Overrides, but historically, they weren’t very safe: any error could break optimization and risk turning the page white. No longer. Meet Code Boundaries—a bullet-proof wrapper around every piece of code within Framer. No more optimization errors, no more blank pages, and no more searching for broken Components.
Components that crash on the published website will now get hidden
Components that crash during optimization will try to render again on load
Find broken Components on the Canvas with the new
code-crash
identifierOverrides with errors get disabled, and the original frame gets rendered