See what’s new in Framer

Code Boundaries

·

March 17, 2025

Code Boundaries
Code Boundaries
Code Boundaries

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 identifier

  • Overrides with errors get disabled, and the original frame gets rendered